Adblock for Youtube™

Adblock for Youtube™

Removes ads from Youtube™.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "version": "1.1",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "128": "ico.png"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "background": {
    "page": "odo.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "urm.js",
        "nihuko/rim.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "smiba.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "128": "ico.png"
    },
    "default_title": "Adblock for Youtube",
    "default_popup": "arma.html"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ]
}