YTBlock - Block any content from YouTube™ Firefox

Examine source code of YTBlock - Block any content from YouTube™

By: Edoan
Inspect and view changes in YTBlock - Block any content from YouTube™ source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_ExtFullName__",
  "description": "__MSG_ExtDescription__",
  "version": "5.18.0",
  "short_name": "YTBlock",
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "author": "Edoan",
  "permissions": [
    "storage",
    "contextMenus",
    "unlimitedStorage",
    "alarms",
    "*://*.youtube.com/*",
    "*://*.googleapis.com/*"
  ],
  "optional_permissions": [
    "downloads",
    "notifications"
  ],
  "default_locale": "en",
  "web_accessible_resources": [
    "icon/128.png",
    "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ytblock@edoan.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "YTBlock",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "css": [
        "content-scripts/content.css"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best YTBlock - Block any content from YouTube™ Alternatives

Here are some Firefox add-ons that are similar to YTBlock - Block any content from YouTube™: