AdBlock: Best & Free Ad Blocker

AdBlock: Best & Free Ad Blocker

AdBlock: Free & Best Ad Blocker For Web, Chrome, Facebook, Youtube, etc. Surve Secure Web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AdBlock: Best & Free Ad Blocker",
  "description": "AdBlock: Free & Best Ad Blocker For Web, Chrome, Facebook, Youtube, etc. Surve Secure Web",
  "version": "2.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "js/service_worker.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/image/icon-16.png",
      "32": "/image/icon-32.png",
      "48": "/image/icon-48.png",
      "128": "/image/icon-128.png"
    }
  },
  "icons": {
    "16": "/image/icon-16.png",
    "32": "/image/icon-32.png",
    "48": "/image/icon-48.png",
    "128": "/image/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content_script.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ]
}