Playback Rate changer
Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements
Was ist Playback Rate changer?
Playback Rate changer ist eine Chrome-Erweiterung, die von Amaan Cheval entwickelt wurde, und ihr Hauptmerkmal ist "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements".
Playback Rate changer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Playback Rate changer-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
An extension that lets you use keyboard shortcuts to control the playback speed of HTML5 audio and video elements. Keyboard shortcuts: Alt and + increases speed Alt and - decreases speed Alt and 0 resets speed temporarily The speed is saved locally for each domain individually. Visit https://www.youtube.com/html5 to make sure YouTube tries to use HTML5 video whenever possible.
Grundlegende Informationen zur Erweiterung
Name | Playback Rate changer |
ID | jhpkealghknaaojaaiahfmkgfpomcjfc |
Offizielle URL | https://chromewebstore.google.com/detail/playback-rate-changer/jhpkealghknaaojaaiahfmkgfpomcjfc |
Beschreibung | Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements |
Dateigröße | 3.79 KB |
Installationsanzahl | 15 |
Aktuelle Version | 1.1 |
Letztes Update | 2015-11-12 |
Veröffentlichungsdatum | 2015-11-12 |
Bewertung | 3.50/5 Insgesamt 4 Bewertungen |
Entwickler | Amaan Cheval |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "all_frames": true } ], "description": "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements", "name": "Playback Rate changer", "version": "1.1", "manifest_version": 2 } |