safe adblocker

safe adblocker

Finally an adblocker that is safe and secure. Only does what it's supposed to do, not a bit less and not a bit more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "safe adblocker",
  "version": "0.0.0.2",
  "description": "Finally an adblocker that is safe and secure. Only does what it's supposed to do, not a bit less and not a bit more",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "http://*/",
    "https://*/"
  ],
  "background": {
    "scripts": [
      "blocked_domains.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}