Invidious Redirect (Context Menu) Firefox

Examine source code of Invidious Redirect (Context Menu)

Inspect and view changes in Invidious Redirect (Context Menu) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Invidious Redirect (Context Menu)",
  "description": "Provides a context menu item that will redirect Youtube links to Invidious.",
  "author": "James Mitchell",
  "homepage_url": "https://github.com/jmitchell24/Invidious-Redirect-Context-Menu",
  "version": "0.0.2resigned1",
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png"
  },
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{095c45d7-aaca-4d3f-8904-ee7a225ef97d}"
    }
  }
}

Best Invidious Redirect (Context Menu) Alternatives

Here are some Firefox add-ons that are similar to Invidious Redirect (Context Menu):