Video Ads Blocker for Youtube™

Video Ads Blocker for Youtube™

Removes all annoying ads and banners from YouTube!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "pages/background.html"
  },
  "browser_action": {
    "default_icon": "images/128.png",
    "default_popup": "pages/index.html",
    "default_title": "__MSG_app_name__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "styles/inject.css"
      ],
      "js": [
        "scripts/inject.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "homepage_url": "https://www.codehemu.com/p/videoadsblockerforyoutube.html",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "64": "images/64.png",
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_app_name__",
  "permissions": [
    "storage"
  ],
  "short_name": "VideoAdblock",
  "version": "2.3.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "{9bf64506-bcb0-4e36-b63d-5e45ad974e02}"
    }
  }
}