Html5 Video Speed Control
This extension allows the user to change the Html5 Video Speed.
What is Html5 Video Speed Control?
Html5 Video Speed Control is a Chrome extension developed by Eric, and its main feature is "This extension allows the user to change the Html5 Video Speed.".
Extension Screenshots
Download Html5 Video Speed Control Extension CRX File
Download Html5 Video 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
The appearance and description are aweful, but the extension is awesome.
Extension Basic Information
Name | ![]() |
ID | kdeohphfaeoaeocgalpfjabofhfnikjc |
Official URL | https://chrome.google.com/webstore/detail/html5-video-speed-control/kdeohphfaeoaeocgalpfjabofhfnikjc |
Description | This extension allows the user to change the Html5 Video Speed. |
File Size | 31.58 KB |
Installation Count | 84 |
Current Version | 1.0 |
Last Updated | 2019-06-01 |
Publish Date | 2019-06-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Eric |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Html5 Video Speed Control", "description": "This extension allows the user to change the Html5 Video Speed.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "storage" ] } |