Video Speed Up (HTML5)
Open any video and press key 'S'. Enjoy
What is Video Speed Up (HTML5)?
Video Speed Up (HTML5) is a Chrome extension developed by Viacheslav P., and its main feature is "Open any video and press key 'S'. Enjoy".
Extension Screenshots
Download Video Speed Up (HTML5) Extension CRX File
Download Video Speed Up (HTML5) 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
Only one key 'S' to use Helps with viewing tutorials, lectures and others. Works on most html5 videos. by pressing the key S the video is accelerated. Работает на сайтах youtube, vk, facebook и прочих сайтах с HTML5 плеером. Добавляет в плеер различный функционал, а именно перемотку, изменение скорости воспроизведения по умолчанию для всех видео. Расширение будет полезно при просмотре фильмов, обучающих видео и смешных роликов. Расширение в стадии разработки, поэтому не весь функционал доступен.
Extension Basic Information
Name | Video Speed Up (HTML5) |
ID | cogjjhnhjoiaopmcfmmckpiaeiinocco |
Official URL | https://chromewebstore.google.com/detail/video-speed-up-html5/cogjjhnhjoiaopmcfmmckpiaeiinocco |
Description | Open any video and press key 'S'. Enjoy |
File Size | 115 KB |
Installation Count | 700 |
Current Version | 0.0.7 |
Last Updated | 2019-08-18 |
Publish Date | 2019-08-18 |
Rating | 4.00/5 Total 8 Ratings |
Developer | Viacheslav P. |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Speed Up (HTML5)", "version": "0.0.7", "manifest_version": 2, "description": "Open any video and press key 'S'. Enjoy", "icons": { "128": "icons\/icon128.png" }, "content_scripts": [ { "css": [ "css\/main.css" ], "js": [ "js\/main.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "permissions": [ "activeTab" ] } |