Playback Rate changer
Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements
Co je Playback Rate changer?
Playback Rate changer je rozšíření Chrome vyvinuté Amaan Cheval, a jeho hlavní funkcí je „Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements“.
Stáhnout soubor CRX rozšíření Playback Rate changer
Stáhněte si soubory rozšíření Playback Rate changer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Playback Rate changer |
ID | jhpkealghknaaojaaiahfmkgfpomcjfc |
Oficiální URL | https://chromewebstore.google.com/detail/playback-rate-changer/jhpkealghknaaojaaiahfmkgfpomcjfc |
Popis | Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements |
Velikost souboru | 3.79 KB |
Počet instalací | 15 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2015-11-12 |
Datum Vydání | 2015-11-12 |
Hodnocení | 3.50/5 Celkem 4 Hodnocení |
Vývojář | Amaan Cheval |
Typ Platby | free |
Podporované Jazyky | 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 } |