mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-03-28 13:39:44 +07:00
* Add declarativeNetRequest API samples. Adds a number of samples for the declarativeNetRequest API.
12 lines
184 B
JSON
12 lines
184 B
JSON
[
|
|
{
|
|
"id" : 1,
|
|
"priority": 1,
|
|
"action" : { "type" : "block" },
|
|
"condition" : {
|
|
"urlFilter" : "||example.com",
|
|
"resourceTypes" : ["main_frame"]
|
|
}
|
|
}
|
|
]
|