Video Ads Blocker

Video Ads Blocker

Forget about video ads with Video Ads Blocker.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js",
      "newtabpromo_bg.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": false,
      "css": [
        "styles.css"
      ],
      "js": [
        "Foreground.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "http://*/*",
    "https://*/*"
  ],
  "version": "1.2.41"
}