Simple Video Speed Controller Firefox

Examine source code of Simple Video Speed Controller

Inspect and view changes in Simple Video Speed Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "1.8",
  "default_locale": "en",
  "permissions": [
    "storage",
    "scripting",
    "activeTab",
    "tabs"
  ],
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "chaseosapps@gmail.com"
    },
    "data_collection_permissions": {
      "required": [
        "none"
      ]
    }
  }
}

Best Simple Video Speed Controller Alternatives

Here are some Firefox add-ons that are similar to Simple Video Speed Controller: