Content Farm Blocker

Content Farm Blocker

Preventing to open content farm by mistake

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "0.5.0",
  "description": "__MSG_appDesc__",
  "manifest_version": 3,
  "background": {
    "service_worker": "worker.js",
    "type": "module"
  },
  "permissions": [
    "tabs",
    "declarativeNetRequest",
    "storage"
  ],
  "optional_host_permissions": [
    "http://*/",
    "https://*/"
  ],
  "default_locale": "en",
  "options_page": "options.html"
}