By using following declarativeNetRequest
request, one extension can block network requests from websites in tabs.
[
{
"id": 1,
"priority": 1,
"action": { "type": "block" },
"condition": {
"urlFilter": "*",
"resourceTypes": ["main_frame", "sub_frame"]
}
}]
But other Chrome extensions can still ignore this and access network.
Is there way to create Extension which would have "Super-powers" to block whole network communication ?