Auto Video Speed Controller Firefox

Examine source code of Auto Video Speed Controller

Inspect and view changes in Auto 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": "Auto Video Speed Controller",
  "version": "1.0",
  "description": "Automatically adjusts video speed based on content type and duration.",
  "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": "{e2a7644c-5f6e-4f78-a2f9-1374ae1cbf3f}"
    }
  }
}

Best Auto Video Speed Controller Alternatives

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