Video Speed Toggle Firefox

Examine source code of Video Speed Toggle

提供元: Salvatore Stampone
Inspect and view changes in Video Speed Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Video Speed Toggle",
  "version": "1.0",
  "description": "Toggle video playback speed between 1x and 2x with a keyboard shortcut",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "commands": {
    "toggle-speed": {
      "suggested_key": {
        "default": "Alt+S"
      },
      "description": "Toggle video speed between 1x and 2x"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "video-speed-toggle@example.com"
    }
  },
  "permissions": [
    "activeTab"
  ]
}

ベストのVideo Speed Toggle代替案

Video Speed Toggleに類似したFirefox add-onをいくつか紹介します: