Video Speed Toggle by Tab Firefox

Examine source code of Video Speed Toggle by Tab

Inspect and view changes in Video Speed Toggle by Tab 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.0",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e2a1645c-0f9e-9f08-a0f9-3374ae1cbf3f}",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "collects_data": false
      }
    }
  }
}

Best Video Speed Toggle by Tab Alternatives

Here are some Firefox add-ons that are similar to Video Speed Toggle by Tab: