Youtube Ad Blocker

Youtube Ad Blocker

Flawless performance based Youtube Ad Blocker. No ads at the cost of nothing. No strings attached. - Features - - Completely…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Youtube Ad Blocker",
  "version": "0.2",
  "manifest_version": 3,
  "icons": {
    "32": "/images/icon32.png",
    "48": "/images/icon48.png",
    "128": "/images/icon128.png"
  },
  "action": {
    "default_icon": {
      "32": "/images/icon32.png",
      "48": "/images/icon48.png",
      "128": "/images/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "css": [],
      "js": [
        "content.js"
      ]
    }
  ]
}