YouTube Player Speed Controls
Adds playback speed controls to player control bar.
What is YouTube Player Speed Controls?
YouTube Player Speed Controls is a Chrome extension developed by Seishin4real, and its main feature is "Adds playback speed controls to player control bar.".
Extension Screenshots
Download YouTube Player Speed Controls Extension CRX File
Download YouTube Player Speed Controls 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
Adds playback speed controls to the control bar of the youtube player.
Extension Basic Information
Name | YouTube Player Speed Controls |
ID | acibbdogpnpdfhhhhiofgegplmhhffgf |
Official URL | https://chromewebstore.google.com/detail/youtube-player-speed-cont/acibbdogpnpdfhhhhiofgegplmhhffgf |
Description | Adds playback speed controls to player control bar. |
File Size | 14.8 KB |
Installation Count | 975 |
Current Version | 1.0 |
Last Updated | 2019-05-02 |
Publish Date | 2019-05-02 |
Rating | 4.29/5 Total 17 Ratings |
Developer | Seishin4real |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Player Speed Controls", "version": "1.0", "manifest_version": 2, "description": "Adds playback speed controls to player control bar.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon48.png" }, "permissions": [ "storage", "*:\/\/www.youtube.com\/*" ], "options_page": "options.html", "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/www.youtube.com\/*" ], "css": [ "styles.css" ], "js": [ "scripts\/scripts.js" ] } ] } |