SpeedMaster: Custom Playback Speed for Videos Firefox

Examine source code of SpeedMaster: Custom Playback Speed for Videos

Par : HC
Inspect and view changes in SpeedMaster: Custom Playback Speed for Videos source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SpeedMaster: Custom Playback Speed for Videos",
  "version": "1.1",
  "browser_specific_settings": {
    "gecko": {
      "id": "speedmaster@hc.com"
    }
  },
  "description": "This addon allows you to break free from traditional speed limits on any video website. With the ability to set customised playback speeds without constraints. SpeedMaster also lets you add quick buttons for instant access to your preferred speeds",
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  },
  "icons": {
    "32": "32x32.png",
    "48": "48x48.png"
  },
  "incognito": "spanning",
  "permissions": [
    "tabs",
    "unlimitedStorage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browser-polyfill.js",
        "contentScript.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "index.html"
  }
}

Meilleures alternatives SpeedMaster: Custom Playback Speed for Videos

Voici quelques Firefox add-ons qui sont similaires à SpeedMaster: Custom Playback Speed for Videos :