Youtube Short Controller Firefox

Examine source code of Youtube Short Controller

By: misa198
Inspect and view changes in Youtube Short Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Youtube Shorts Controller",
  "version": "1.0.5",
  "author": "Thanh Vu",
  "homepage_url": "https://github.com/thanhvu1982/youtube-shorts-controller",
  "manifest_version": 2,
  "name": "Youtube Short Controller",
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon64.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-shorts-controller@misa198.com"
    }
  }
}

Best Youtube Short Controller Alternatives

Here are some Firefox add-ons that are similar to Youtube Short Controller: