BlockZilla - Block Ads & Sponsors

BlockZilla - Block Ads & Sponsors

BlockZilla hides promoted tweets, sponsored posts and ads on major websites like Facebook, Twitter, Reddit and many others.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_extName__",
  "short_name": "BlockZilla",
  "description": "__MSG_extDescription__",
  "homepage_url": "https://blockzilla.app",
  "version": "2.5.10",
  "author": "Promotino",
  "icons": {
    "16": "res/icons/16.png",
    "48": "res/icons/48.png",
    "128": "res/icons/128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "scripting",
    "declarativeNetRequest"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "res/content/*.png",
        "res/fonts/*.woff",
        "res/fonts/*.woff2",
        "res/icons/*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "*://*/*",
    "*://*.facebook.com/*",
    "*://*.twitter.com/*",
    "*://*.amazon.com/*",
    "*://*.ebay.com/*",
    "*://*.google.com/*",
    "*://*.linkedin.com/*",
    "*://*.producthunt.com/*",
    "*://*.quora.com/*",
    "*://*.reddit.com/*",
    "*://*.dribbble.com/*"
  ],
  "offline_enabled": true,
  "action": {
    "default_icon": "res/icons/48.png",
    "default_popup": "html/browser-action/popup.html",
    "default_title": "BlockZilla"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "data/generated/rules.json"
      }
    ]
  }
}