Remove YouTube End Cards & End Screen Videos Firefox

Examine source code of Remove YouTube End Cards & End Screen Videos

By: Unhook
Inspect and view changes in Remove YouTube End Cards & End Screen Videos source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Remove YouTube End Cards & End Screen Videos",
  "short_name": "Unhook YT",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon128.png",
    "default_popup": "popup.html",
    "default_title": "YouTube End Screen"
  },
  "author": "Unhook",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "css": [
        "css/content.css"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "matches": [
        "https://*.youtube.com/*",
        "https://*.youtube-nocookie.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage"
  ],
  "version": "1.0.4",
  "description": "Remove YouTube end cards and end screen recommendation videowall.",
  "applications": {
    "gecko": {
      "id": "{fef652df-dd80-450e-b64a-567abeb3aa4b}"
    }
  }
}

Best Remove YouTube End Cards & End Screen Videos Alternatives

Here are some Firefox add-ons that are similar to Remove YouTube End Cards & End Screen Videos: