Video speed buttons
Add video speed control buttons to online videos
Was ist Video speed buttons?
Video speed buttons ist eine Chrome-Erweiterung, die von Dona Hafner entwickelt wurde, und ihr Hauptmerkmal ist "Add video speed control buttons to online videos".
Erweiterungsscreenshots
Video speed buttons-Erweiterungs-CRX-Datei herunterladen
Laden Sie Video speed buttons-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
Video Speed Buttons adds speed controls to web video players. You can fast forward or slow down video playback even on websites that don't allow such functionality. Features: ✰ Set playback speed in range 0.25-20x ✰ Preserve playback speed if you return to the video ✰ Video controls are available over the video player ✰ OR you can use keyboard shortcuts Shortcuts: “s” and “d” to speed up or slow down the video playback.
Grundlegende Informationen zur Erweiterung
Name | |
ID | afffieldplmegknlfkicedfpbbdbpaef |
Offizielle URL | https://chrome.google.com/webstore/detail/video-speed-buttons/afffieldplmegknlfkicedfpbbdbpaef |
Beschreibung | Add video speed control buttons to online videos |
Dateigröße | 576 KB |
Installationsanzahl | 10,000 |
Aktuelle Version | 1.28 |
Letztes Update | 2022-05-16 |
Veröffentlichungsdatum | 2020-08-30 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | Dona Hafner |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://sites.google.com/view/privacy-policyvideo-speed |
Unterstützte Sprachen | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.28", "offline_enabled": true, "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon-16.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "all_frames": true, "css": [ "inject_style.css" ], "js": [ "inject.js" ], "matches": [ " |