Clean YouTube™ - No ADS

Clean YouTube™ - No ADS

Removes all kinds of advertisement and banners from YouTube

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "0.4resigned1",
  "manifest_version": 2,
  "name": "Clean YouTube™ - No ADS",
  "background": {
    "page": "js/background.html"
  },
  "description": "Removes all kinds of advertisement and banners from YouTube",
  "permissions": [
    "storage",
    "webRequest",
    "*://*.youtube.com/*",
    "webRequestBlocking"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "run_at": "document_start",
      "css": [
        "data/inject.css"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ]
    }
  ],
  "icons": {
    "32": "icons/icon-32.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  }
}