Playback Rate changer
Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements
Hvad er Playback Rate changer?
Playback Rate changer er en Chrome-udvidelse udviklet af Amaan Cheval, og dens hovedfunktion er "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements".
Download Playback Rate changer-udvidelses-CRX-fil
Download Playback Rate changer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jhpkealghknaaojaaiahfmkgfpomcjfc |
Officiel URL | https://chromewebstore.google.com/detail/playback-rate-changer/jhpkealghknaaojaaiahfmkgfpomcjfc |
Beskrivelse | Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements |
Filstørrelse | 3.79 KB |
Antal Installationer | 15 |
Nuværende Version | 1.1 |
Senest Opdateret | 2015-11-12 |
Udgivelsesdato | 2015-11-12 |
Bedømmelse | 3.50/5 Samlet 4 Bedømmelser |
Udvikler | Amaan Cheval |
Betalingsmetode | free |
Understøttede Sprog | 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 } |