mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-27 13:29:34 +07:00
12 lines
178 B
JSON
12 lines
178 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"priority": 1,
|
|
"action": { "type": "block" },
|
|
"condition": {
|
|
"urlFilter": "||example.com",
|
|
"resourceTypes": ["main_frame"]
|
|
}
|
|
}
|
|
]
|