Video Speed Controller Firefox

Examine source code of Video Speed Controller

Par : Igrigorik
Inspect and view changes in Video Speed Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_icon": {
      "19": "assets/icons/icon19.png",
      "38": "assets/icons/icon38.png",
      "48": "assets/icons/icon48.png"
    },
    "default_popup": "ui/popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "styles/inject.css"
      ],
      "exclude_matches": [
        "https://hangouts.google.com/*",
        "https://meet.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "match_about_blank": true,
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ]
    }
  ],
  "description": "Use the keyboard to control online video/audio playback speed, perfect support for Youtube",
  "homepage_url": "https://github.com/igrigorik/videospeed",
  "icons": {
    "16": "assets/icons/icon16.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "89",
  "name": "Video Speed Controller",
  "options_ui": {
    "open_in_tab": true,
    "page": "ui/options/options.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "declarativeNetRequest"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "short_name": "videospeed",
  "version": "0.9.5",
  "web_accessible_resources": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "resources": [
        "inject.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2971e636-064f-4b47-9338-a9b64e6b037e}"
    }
  }
}

Meilleures alternatives Video Speed Controller

Voici quelques Firefox add-ons qui sont similaires à Video Speed Controller :