Scope: Block YouTube Shorts, Hide Distractions Firefox

Examine source code of Scope: Block YouTube Shorts, Hide Distractions

Inspect and view changes in Scope: Block YouTube Shorts, Hide Distractions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "version": "2.1.1",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "author": "Gajesh Chouhan",
  "homepage_url": "https://getscope.site",
  "browser_specific_settings": {
    "gecko": {
      "id": "scope@getscope.site",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "browser_action": {
    "default_popup": "panel.html",
    "default_title": "__MSG_appTooltip__"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "alarms",
    "webNavigation",
    "declarativeNetRequest",
    "tabs",
    "https://www.youtube.com/*",
    "https://m.youtube.com/*",
    "https://www.youtube-nocookie.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*",
        "https://m.youtube.com/*",
        "https://www.youtube-nocookie.com/*"
      ],
      "js": [
        "blocker.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "icons/*.png"
  ]
}

Best Scope: Block YouTube Shorts, Hide Distractions Alternatives

Here are some Firefox add-ons that are similar to Scope: Block YouTube Shorts, Hide Distractions: