Video Playback Speed Controller Firefox

Examine source code of Video Playback Speed Controller

Inspect and view changes in Video Playback Speed Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Video Playback Speed Controller",
  "version": "1.2",
  "description": "Allows the user to control the playback speed of videos",
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icon/icon16.png",
      "48": "icon/icon48.png",
      "128": "icon/icon128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Click to open the menu"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{711634ed-69d4-458e-b2c0-ab7e37a71f22}"
    }
  }
}

Best Video Playback Speed Controller Alternatives

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