Zip and Mov Domain Blocker

Zip and Mov Domain Blocker

Blocks traffic to .zip and .mov domains. That's it - nothing more, nothing less.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Zip and Mov Domain Blocker",
  "author": "[email protected]",
  "version": "1.1",
  "description": "Blocks traffic to .zip and .mov domains. That's it - nothing more, nothing less.",
  "icons": {
    "128": "logos/logo-128.png"
  },
  "permissions": [
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "*://*.zip/*",
    "*://*.mov/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "warning.html",
        "warning.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}