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}"
    }
  }
}

Melhores alternativas Video Speed Controller Basic

Aqui estão algumas Firefox add-ons que são similares a Video Speed Controller Basic: