Youtube Playback Speed Indicator Firefox

Examine source code of Youtube Playback Speed Indicator

Par : rty65tt
Inspect and view changes in Youtube Playback Speed Indicator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "1.2resigned1",
  "default_locale": "en",
  "name": "__MSG_appName__",
  "short_name": "youtubespeedindicator",
  "description": "__MSG_appDescription__",
  "homepage_url": "https://github.com/rty65tt/yt-speed-indicator",
  "icons": {
    "16": "icons/icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/embed/*",
        "*://*.youtube.com/watch*"
      ],
      "all_frames": true,
      "css": [
        "css/inject.css"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "*://*.youtube.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0cb0403e-f939-430c-b71e-5388ff163cd6}"
    }
  }
}

Meilleures alternatives Youtube Playback Speed Indicator

Voici quelques Firefox add-ons qui sont similaires à Youtube Playback Speed Indicator :