VideoSpeed FX Firefox

Examine source code of VideoSpeed FX

Inspect and view changes in VideoSpeed FX source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Video Speed Controller",
  "short_name": "videospeed",
  "version": "0.10.2",
  "manifest_version": 3,
  "description": "Speed up, slow down, advance and rewind HTML5 audio/video with shortcuts",
  "homepage_url": "https://github.com/nyxar/videospeed-firefox",
  "browser_specific_settings": {
    "gecko": {
      "id": "videospeed-firefox@nyxar.github.io",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "assets/icons/icon16.png",
    "24": "assets/icons/icon24.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "64": "assets/icons/icon64.png",
    "96": "assets/icons/icon96.png",
    "128": "assets/icons/icon128.png",
    "256": "assets/icons/icon256.png"
  },
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "ui/options/options.html",
    "open_in_tab": true
  },
  "action": {
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "19": "assets/icons/icon19.png",
      "24": "assets/icons/icon24.png",
      "32": "assets/icons/icon32.png",
      "38": "assets/icons/icon38.png",
      "48": "assets/icons/icon48.png",
      "64": "assets/icons/icon64.png"
    },
    "default_popup": "ui/popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "exclude_matches": [
        "https://hangouts.google.com/*",
        "https://meet.google.com/*"
      ],
      "js": [
        "content-bridge.js"
      ],
      "run_at": "document_start",
      "world": "ISOLATED"
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "exclude_matches": [
        "https://hangouts.google.com/*",
        "https://meet.google.com/*"
      ],
      "css": [
        "styles/inject.css"
      ],
      "js": [
        "inject.js"
      ],
      "run_at": "document_idle",
      "world": "MAIN"
    }
  ]
}

Best VideoSpeed FX Alternatives

Here are some Firefox add-ons that are similar to VideoSpeed FX: