Hide YouTube Endscreen Firefox

Examine source code of Hide YouTube Endscreen

Inspect and view changes in Hide YouTube Endscreen 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 Endscreen Alternatives

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