Speed Control
Control the speed of HTML5 video
What is Speed Control?
Speed Control is a Chrome extension developed by Josh Miles, and its main feature is "Control the speed of HTML5 video".
Extension Screenshots
Download Speed Control Extension CRX File
Download Speed Control 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
This extension will adjust the playback speed of any HTML5 video in the current tab. Just click on the extension and slide the bar to adjust the playback speed. Works on Facebook Video, Twitter, YouTube, Netflix, and many more services.
Extension Basic Information
Name | Speed Control |
ID | licimfihnglekdccgjijhmfdocplhdbk |
Official URL | https://chromewebstore.google.com/detail/speed-control/licimfihnglekdccgjijhmfdocplhdbk |
Description | Control the speed of HTML5 video |
File Size | 8.96 KB |
Installation Count | 14,962 |
Current Version | 1.1.1 |
Last Updated | 2017-10-26 |
Publish Date | 2017-10-26 |
Rating | 4.93/5 Total 29 Ratings |
Developer | Josh Miles |
Payment Type | free |
Extension Website | https://github.com/milesjos/speed-control |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speed Control", "description": "Control the speed of HTML5 video", "version": "1.1.1", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "icons": { "128": "icon.png" } } |