Minimal YouTube Interface Firefox

Examine source code of Minimal YouTube Interface

By: Michael
Inspect and view changes in Minimal YouTube Interface source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.12.0",
  "description": "__MSG_extensionDescription__",
  "action": {
    "default_popup": "./public/popup.html"
  },
  "icons": {
    "16": "/icons/icon_16.png",
    "32": "/icons/icon_32.png",
    "48": "/icons/icon_48.png",
    "128": "/icons/icon_128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "./scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*",
        "*://m.youtube.com/*"
      ],
      "js": [
        "./scripts/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "MinimalYouTubeInterface@extension.com"
    }
  }
}

Best Minimal YouTube Interface Alternatives

Here are some Firefox add-ons that are similar to Minimal YouTube Interface: