YT Left-Click Speed Editor Firefox

Examine source code of YT Left-Click Speed Editor

By: Extron
Inspect and view changes in YT Left-Click Speed Editor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YT Left-Click Speed Editor",
  "version": "1.5",
  "description": "Temporarily modify playback speed when left-clicking a YouTube video.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://www.youtube.com/watch*",
    "*://www.youtube.com/embed/*"
  ],
  "action": {
    "default_popup": "src/options.html",
    "default_title": "Speed Settings"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/watch*",
        "*://www.youtube.com/embed/*"
      ],
      "js": [
        "src/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "src/options.html",
    "open_in_tab": false
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "yt-click-speed@gunotham.github.io",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best YT Left-Click Speed Editor Alternatives

Here are some Firefox add-ons that are similar to YT Left-Click Speed Editor: