Video Blocker

Video Blocker

Hide annoying videos on YouTube from any channel you want!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "jid1-3OQ5HY7YsLBV7Q@jetpack"
    }
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "5.2.6resigned1",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "images/icons/icon16.png",
    "19": "images/icons/icon19.png",
    "32": "images/icons/icon32.png",
    "38": "images/icons/icon38.png",
    "48": "images/icons/icon48.png",
    "64": "images/icons/icon64.png",
    "128": "images/icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icons/icon19.png",
      "38": "images/icons/icon38.png"
    },
    "default_title": "__MSG_pageActionTitle__",
    "default_popup": "views/pageaction.html"
  },
  "author": "Lemonrice",
  "background": {
    "scripts": [
      "js/utilities.js",
      "js/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "css": [
        "css/videoblocker.css"
      ],
      "js": [
        "js/utilities.js",
        "js/videoblocker.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "chrome_style": true,
    "page": "views/options.html"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "activeTab"
  ],
  "short_name": "__MSG_extShortName__",
  "web_accessible_resources": [
    "images/*",
    "views/*"
  ]
}