Video Speed Controller Basic Firefox

Examine source code of Video Speed Controller Basic

제작자: iamjayakumars
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}"
    }
  }
}

최고의 Video Speed Controller Basic 대안

다음은 Video Speed Controller Basic과(와) 유사한 Firefox add-on입니다: