Video Speed Up (HTML5)
Open any video and press key 'S'. Enjoy
Wat is Video Speed Up (HTML5)?
Video Speed Up (HTML5) is een Chrome-extensie ontwikkeld door Viacheslav P., en de belangrijkste functie is "Open any video and press key 'S'. Enjoy".
Extensie Screenshots
Download het CRX-bestand van de extensie Video Speed Up (HTML5)
Download Video Speed Up (HTML5)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 плеером. Добавляет в плеер различный функционал, а именно перемотку, изменение скорости воспроизведения по умолчанию для всех видео. Расширение будет полезно при просмотре фильмов, обучающих видео и смешных роликов. Расширение в стадии разработки, поэтому не весь функционал доступен.
Basisinformatie over de Extensie
Naam | Video Speed Up (HTML5) |
ID | cogjjhnhjoiaopmcfmmckpiaeiinocco |
Officiële URL | https://chromewebstore.google.com/detail/video-speed-up-html5/cogjjhnhjoiaopmcfmmckpiaeiinocco |
Beschrijving | Open any video and press key 'S'. Enjoy |
Bestandsgrootte | 115 KB |
Aantal Installaties | 700 |
Huidige Versie | 0.0.7 |
Laatst Bijgewerkt | 2019-08-18 |
Publicatiedatum | 2019-08-18 |
Beoordeling | 4.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Viacheslav P. |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |