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.4.6",
  "description": "__MSG_appDesc__",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "http://*/",
    "https://*/"
  ],
  "default_locale": "en",
  "options_page": "options.html"
}