Youtube Trending Blocker

Youtube Trending Blocker

!!!Might not work if YouTube is not English. Blocks youtube trending page and Best of Youtube.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Youtube Trending Blocker",
  "version": "1.1resigned1",
  "description": "!!!Might not work if YouTube is not English. Blocks youtube trending page and Best of Youtube.",
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "jquery.js",
        "remove.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs"
  ],
  "icons": {
    "64": "icon.png"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{babcec8a-7beb-4593-83b0-d172b2579e6f}"
    }
  }
}