HTML5 Speed Controller Firefox

Examine source code of HTML5 Speed Controller

제작자: Yamyam
Inspect and view changes in HTML5 Speed Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HTML5 Speed Controller",
  "version": "1.0",
  "description": "Control the speed of HTML5 video or audio on any page.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon.png"
  },
  "commands": {
    "open-popup": {
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      },
      "description": "Open the popup to adjust speed."
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{abba387b-e1f6-4c7c-a3be-779898bda47c}"
    }
  }
}

최고의 HTML5 Speed Controller 대안

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