Undetectable Youtube AdBlocker

Undetectable Youtube AdBlocker

A free Undetectable Youtube AdBlocker

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Undetectable Youtube AdBlocker",
  "description": "A free Undetectable Youtube AdBlocker",
  "version": "5.0",
  "icons": {
    "16": "logo/16.png",
    "48": "logo/48.png",
    "128": "logo/128.png"
  },
  "action": {
    "default_title": "Undetectable Youtube AdBlocker",
    "default_popup": "popup/popup.html"
  },
  "permissions": [],
  "content_scripts": [
    {
      "js": [
        "./scripts/injector.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "css": [
        "./css/youtubeStyles.css"
      ],
      "run_at": "document_start"
    }
  ]
}