Video Speed Controller Firefox

Examine source code of Video Speed Controller

제작자: mikeyaworski
Inspect and view changes in Video Speed Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Video Speed Controller",
  "description": "Change speed of all videos on page.",
  "version": "1.0.6",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "video-speed-controller@mikeyaworski.com"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "utils.js",
      "background.js"
    ]
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Q",
        "mac": "Alt+V"
      },
      "description": "Start the extension"
    },
    "toggle-speed": {
      "suggested_key": {
        "default": "Alt+Shift+Q",
        "mac": "Alt+S"
      },
      "description": "Use Alternate Video Speed"
    },
    "increase-speed": {
      "suggested_key": {
        "default": "Alt+Up",
        "mac": "Alt+Up"
      },
      "description": "Increase video speed"
    },
    "decrease-speed": {
      "suggested_key": {
        "default": "Alt+Down",
        "mac": "Alt+Down"
      },
      "description": "Decrease video speed"
    }
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "storage",
    "scripting"
  ]
}

최고의 Video Speed Controller 대안

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