Youtube AdBlocker Plus

Youtube AdBlocker Plus

Youtube AdBlocker Plus. Blocks most of the ads while playing Youtube Video. Easy to Use extension. Save your time on productive tasks rather than wasting on ads.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Youtube AdBlocker Plus",
  "version": "1.0",
  "description": "Youtube AdBlocker Plus",
  "background": {
    "scripts": [
      "backgroundScript.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Youtube AdBlocker Plus"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.youtube.com/"
  ],
  "manifest_version": 2
}