Video Speed Controller
Control the speed of your video!
Was ist Video Speed Controller?
Video Speed Controller ist eine Chrome-Erweiterung, die von markcc95 entwickelt wurde, und ihr Hauptmerkmal ist "Control the speed of your video!".
Erweiterungsscreenshots
Video Speed Controller-Erweiterungs-CRX-Datei herunterladen
Laden Sie Video Speed Controller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
It is a speed control extension that could help you speed up the video play rate. There are a few existing button for user to quick choose the playing rate and also adjusting rate for user to input.
Grundlegende Informationen zur Erweiterung
Name | Video Speed Controller |
ID | gkikefhphmjpcnhmgmahlahlgbjnhcbd |
Offizielle URL | https://chromewebstore.google.com/detail/video-speed-controller/gkikefhphmjpcnhmgmahlahlgbjnhcbd |
Beschreibung | Control the speed of your video! |
Dateigröße | 20.22 KB |
Installationsanzahl | 1,339 |
Aktuelle Version | 1.1 |
Letztes Update | 2021-05-18 |
Veröffentlichungsdatum | 2021-05-13 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | markcc95 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Speed Controller", "description": "Control the speed of your video!", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" } }, "icons": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" } } |