Video Speed Control x0.1-5
Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.
What is Video Speed Control x0.1-5?
Video Speed Control x0.1-5 is a Chrome extension developed by https://covidcures.live, and its main feature is "Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.".
Extension Screenshots
Download Video Speed Control x0.1-5 Extension CRX File
Download Video Speed Control x0.1-5 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
You can change the speed of any HTML5 video, this includes YouTube, Vimeo, Websites and Adverts!
Extension Basic Information
Name | Video Speed Control x0.1-5 |
ID | lcdjldcaalmmkpogignniieicpdlhpmb |
Official URL | https://chromewebstore.google.com/detail/video-speed-control-x01-5/lcdjldcaalmmkpogignniieicpdlhpmb |
Description | Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites. |
File Size | 181 KB |
Installation Count | 220 |
Current Version | 1.2.0 |
Last Updated | 2021-03-08 |
Publish Date | 2021-02-23 |
Rating | 4.00/5 Total 1 Ratings |
Developer | https://covidcures.live |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Speed Control x0.1-5", "version": "1.2.0", "description": "Speed up or Slow down any video from up to 5x to 0.1x on all HTML5 sites.", "permissions": [ "activeTab" ], "background": { "scripts": [ "\/js\/popup.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_title": "Video Speed Control", "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon-512.png" } }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon-512.png" }, "manifest_version": 2 } |