Video Speed Controller Basic Firefox

Examine source code of Video Speed Controller Basic

Inspect and view changes in Video Speed Controller Basic source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Video Speed Controller",
  "version": "1.2",
  "description": "Control the playback speed of HTML5 videos.",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f594545d-84a0-48ef-a524-90bb901e1db7}"
    }
  }
}

Meilleures alternatives Video Speed Controller Basic

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