X-blocker

X-blocker

Blocks incoming things from the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "X-blocker",
  "description": "Blocks incoming things from the web.",
  "version": "1.10",
  "permissions": [
    "storage",
    "declarativeNetRequest"
  ],
  "optional_host_permissions": [
    "https://*/*"
  ],
  "background": {
    "service_worker": "xblocker.sw.js"
  },
  "options_page": "options/options.html",
  "action": {
    "default_title": "X-blocker - Click to toggle & reload",
    "default_icon": {
      "128": "images/128x128.png"
    }
  },
  "icons": {
    "128": "images/128x128.png"
  },
  "manifest_version": 3
}