YT Unhook - Remove YouTube Distractions Firefox

Examine source code of YT Unhook - Remove YouTube Distractions

Inspect and view changes in YT Unhook - Remove YouTube Distractions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YT Unhook - Remove YouTube Distractions",
  "short_name": "YT Unhook",
  "icons": {
    "16": "images/active.png",
    "32": "images/active.png",
    "48": "images/active.png",
    "128": "images/active.png"
  },
  "browser_action": {
    "default_icon": "images/active.png",
    "default_popup": "popup.html",
    "default_title": "YT Unhook"
  },
  "author": "Rana Code Labs",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "css": [
        "css/content.css"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "matches": [
        "https://www.youtube.com/*",
        "https://m.youtube.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_start_mellowtel.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "permissions": [
    "storage",
    "webRequest",
    "https://www.youtube.com/*",
    "https://m.youtube.com/*",
    "<all_urls>",
    "declarativeNetRequestWithHostAccess"
  ],
  "web_accessible_resources": [
    "unhook-yt.js"
  ],
  "version": "1.0.2",
  "description": "YT Unhook: Block distractions on YouTube, removing Shorts and side-suggestions for a clean, focused viewing experience.",
  "browser_specific_settings": {
    "gecko": {
      "id": "ytunhook@extension.com",
      "strict_min_version": "58.0"
    },
    "gecko_android": {
      "strict_min_version": "120.0"
    }
  }
}

Best YT Unhook - Remove YouTube Distractions Alternatives

Here are some Firefox add-ons that are similar to YT Unhook - Remove YouTube Distractions: