Video Speed Controller MV3 Firefox

Examine source code of Video Speed Controller MV3

By: mvalles
Inspect and view changes in Video Speed Controller MV3 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Video Speed Controller",
  "version": "0.8.0.1",
  "manifest_version": 3,
  "description": "Speed up, slow down, advance and rewind HTML5 audio/video with shortcuts",
  "homepage_url": "https://github.com/mvallesc/videospeed",
  "browser_specific_settings": {
    "gecko": {
      "id": "{7ee56258-44b0-4190-bbed-98bcef087777}"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "action": {
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon38.png",
      "48": "icons/icon48.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "*://*/*",
        "<all_urls>",
        "file:///*"
      ],
      "match_about_blank": true,
      "exclude_matches": [
        "https://hangouts.google.com/*",
        "https://meet.google.com/*"
      ],
      "css": [
        "inject.css"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "inject.css",
        "shadow.css",
        "scriptforsite/*.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ]
    }
  ]
}

Best Video Speed Controller MV3 Alternatives

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