YouTube AdBlock

YouTube AdBlock

Ad Blocker for safe Internet browsing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "YouTube AdBlock developers",
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon_16.png",
      "32": "img/icon_32.png"
    },
    "default_popup": "popup.html",
    "default_title": "YouTube AdBlock"
  },
  "commands": {
    "launch-element-picker": {
      "description": "__MSG_popupTipPicker__"
    },
    "launch-element-zapper": {
      "description": "__MSG_popupTipZapper__"
    },
    "launch-logger": {
      "description": "__MSG_popupTipLog__"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/js/vapi.js",
        "/js/vapi-client.js",
        "/js/contentscript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "/js/adzero-config.js",
        "/js/adzero-contentscript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "/js/scriptlets/subscriber.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "default_locale": "en",
  "description": "Ad Blocker for safe Internet browsing",
  "icons": {
    "16": "img/icon_16.png",
    "32": "img/icon_32.png",
    "64": "img/icon_64.png",
    "128": "img/icon_128.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "minimum_chrome_version": "51.0",
  "name": "YouTube AdBlock",
  "options_ui": {
    "open_in_tab": true,
    "page": "about.html"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "tabs",
    "cookies",
    "unlimitedStorage",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "notifications",
    "idle",
    "<all_urls>"
  ],
  "short_name": "YouTube Ad Block",
  "storage": {
    "managed_schema": "managed_storage.json"
  },
  "version": "20.316.3731.0",
  "web_accessible_resources": [
    "/web_accessible_resources/*",
    "blocked-notification-bar.html",
    "/js/scriptlets/tour-frame.html"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}