Hide YouTube End Cards Firefox

Examine source code of Hide YouTube End Cards

Inspect and view changes in Hide YouTube End Cards source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Hide YouTube Endscreen",
  "version": "1.2.0",
  "description": "Hides YouTube endscreen so you don't miss the climax part of the music video or movie clip",
  "permissions": [
    "declarativeContent"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content.js"
      ],
      "all_frames": false
    }
  ],
  "page_action": {
    "default_icon": {
      "16": "icon.png",
      "32": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "manifest_version": 2
}

Best Hide YouTube End Cards Alternatives

Here are some Firefox add-ons that are similar to Hide YouTube End Cards: