Smart Video Speed Controller Firefox

Examine source code of Smart Video Speed Controller

By: 789P
Inspect and view changes in Smart Video Speed Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Smart Video Speed Controller",
  "version": "1.0",
  "description": "AI-powered video speed controller for YouTube, Netflix, and Twitch.",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*",
        "*://*.netflix.com/*",
        "*://*.twitch.tv/*"
      ],
      "js": [
        "scripts/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1941c6d6-da00-4029-85b9-28496522b1dd}"
    }
  }
}

Best Smart Video Speed Controller Alternatives

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