Adblock for YouTube™

Adblock for YouTube™

Privacy aware, secure Adblock for YouTube™. Blocks any ads on YouTube.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extensionName__",
  "short_name": "__MSG_extensionShortName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.1.1",
  "manifest_version": 3,
  "default_locale": "en",
  "icons": {
    "16": "icons/icon-16.png",
    "19": "icons/icon-19.png",
    "32": "icons/icon-32.png",
    "38": "icons/icon-38.png",
    "128": "icons/icon-128.png",
    "512": "icons/icon-512.png",
    "1024": "icons/icon-1024.png"
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "19": "icons/icon-19.png",
      "32": "icons/icon-32.png",
      "38": "icons/icon-38.png",
      "128": "icons/icon-128.png",
      "512": "icons/icon-512.png",
      "1024": "icons/icon-1024.png"
    },
    "default_title": "__MSG_actionTitle__",
    "default_popup": "popup.html"
  },
  "permissions": [
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback",
    "storage",
    "scripting",
    "webNavigation",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "youtube",
        "enabled": true,
        "path": "rules/youtube.json"
      }
    ]
  },
  "content_scripts": [
    {
      "js": [
        "lib/navigator.share.js",
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_start",
      "matches": [
        "*://*.youtube.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "scriptlets.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqYboshaICqThjt+Ryauey6Ulksr/z3qS3l/qacl+/j2rWdzb6HN5nFPotvf4VR1MrVPvOxzqGm5iZTDLZtCQyMaYrfdoUbj9IGNj4zkZiphImzwlU0fWlTUHG5wAuESWgD5rmphIpHaJ9Cx6VTUiIfWgoSVqYkQKk+fTqLTUrWQR94N7WahvRXVIgUWSrBzHLf8X1LZ+lf5YD9EaiBe12+MmfheBxZFE/FdLrQpLuZDMTH2h+ByExa8XmPmsJaU3RNm9sWzgPV1ZwEBDrwnUaylvaDQDUtEQojKbOBWjaSJM1nKAjavZm7ik6mbAmdK6cuXhuSA/O3q8M7SH1Dyw1QIDAQAB"
}