Change Video Playback Speed Firefox

Examine source code of Change Video Playback Speed

Inspect and view changes in Change Video Playback Speed source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Change Video Playback Speed",
  "version": "1.0.2",
  "description": "Quickly change video and audio playback speed between 1x, 1.2x, 1.5x, and 2x.",
  "browser_specific_settings": {
    "gecko": {
      "id": "change-video-playback-speed@himanshu-mahendra-jain",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "128": "icons/icon128.png"
  },
  "action": {
    "default_title": "Change Video Playback Speed",
    "default_icon": {
      "128": "icons/icon128.png"
    }
  },
  "commands": {
    "change-playback-speed": {
      "suggested_key": {
        "windows": "Ctrl+Shift+Period",
        "linux": "Ctrl+Shift+Period",
        "mac": "Command+Shift+Period"
      },
      "description": "Change video playback speed"
    }
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "type": "module"
  }
}

Best Change Video Playback Speed Alternatives

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