Speed Sail - Playback Speed Controls

Speed Sail - Playback Speed Controls

Change the playback speed of videos and audio clips in your current tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Speed Sail - Playback Speed Controls",
  "description": "Change the playback speed of videos and audio clips in your current tab.",
  "version": "1.1.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "file://*/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}