Speed Manager Firefox

Examine source code of Speed Manager

By: Naveen
Inspect and view changes in Speed Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Speed Manager",
  "description": "This control the speed of youtube videos upto 10x",
  "version": "1.0.0",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/watch*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "declarativeContent",
    "*://www.youtube.com/watch*"
  ]
}

Best Speed Manager Alternatives

Here are some Firefox add-ons that are similar to Speed Manager: