Outube Firefox

Examine source code of Outube

By: Oiac
Inspect and view changes in Outube source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Outube",
  "version": "1.0",
  "description": "Automatically opens YouTube videos on YewTube (Invidious instance). A more privacy focused and ethically designed front-end for YouTube.",
  "icons": {
    "48": "icons/outube-48.png",
    "96": "icons/outube-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*",
        "*://*.youtu.be/*"
      ],
      "run_at": "document_start",
      "js": [
        "main.js"
      ]
    }
  ]
}

Best Outube Alternatives

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