NoShorts Firefox

Examine source code of NoShorts

Inspect and view changes in NoShorts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "version": "1.0.6",
  "manifest_version": 3,
  "default_locale": "en",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "src/popup/popup.html"
  },
  "icons": {
    "16": "src/images/icon-16.png",
    "32": "src/images/icon-32.png",
    "64": "src/images/icon-64.png",
    "128": "src/images/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "src/js/redirect.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "noshorts@rafinha.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best NoShorts Alternatives

Here are some Firefox add-ons that are similar to NoShorts: