Playback Rate changer
Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements
What is Playback Rate changer?
Playback Rate changer is a Chrome extension developed by Amaan Cheval, and its main feature is "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements".
Download Playback Rate changer Extension CRX File
Download Playback Rate changer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Playback Rate changer |
ID | jhpkealghknaaojaaiahfmkgfpomcjfc |
Official URL | https://chromewebstore.google.com/detail/playback-rate-changer/jhpkealghknaaojaaiahfmkgfpomcjfc |
Description | Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements |
File Size | 3.79 KB |
Installation Count | 15 |
Current Version | 1.1 |
Last Updated | 2015-11-12 |
Publish Date | 2015-11-12 |
Rating | 3.50/5 Total 4 Ratings |
Developer | Amaan Cheval |
Payment Type | free |
Supported Languages | 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 } |