VideoAdBlocker

VideoAdBlocker

Free adblocker against advertising and pop-ups, for youtube and other popular video websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.1.2",
  "background": {
    "scripts": [
      "adguard/adguard-api.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon-small-red.png",
    "default_popup": "popup/popup.html",
    "default_title": "VideoAdBlocker"
  },
  "description": "__MSG_messageKey6__",
  "icons": {
    "16": "img/icon-small-red.png",
    "48": "img/icon-big-red.png",
    "128": "img/icon-big-red.png"
  },
  "manifest_version": 2,
  "name": "VideoAdBlocker",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "http://*/*",
    "https://*/*",
    "storage",
    "tabs"
  ],
  "default_locale": "en_US"
}