speed up videos
This extension speed up videos based in HTML5, like udemy and youtube
Wat is speed up videos?
speed up videos is een Chrome-extensie ontwikkeld door leodecm3, en de belangrijkste functie is "This extension speed up videos based in HTML5, like udemy and youtube".
Extensie Screenshots
Download het CRX-bestand van de extensie speed up videos
Download speed up videos-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
The extension of the freedom to increase the speed of videos based on HTML5. Allows it to increase to 3.5x, 4.0x or custom
Basisinformatie over de Extensie
Naam | speed up videos |
ID | lkfbcmacdfoadbamjdimpjmlkgbpfpbg |
Officiële URL | https://chromewebstore.google.com/detail/speed-up-videos/lkfbcmacdfoadbamjdimpjmlkgbpfpbg |
Beschrijving | This extension speed up videos based in HTML5, like udemy and youtube |
Bestandsgrootte | 75.29 KB |
Aantal Installaties | 202 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2017-08-10 |
Publicatiedatum | 2017-08-09 |
Beoordeling | 4.29/5 Totaal 7 Beoordelingen |
Ontwikkelaar | leodecm3 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "speed up videos", "description": "This extension speed up videos based in HTML5, like udemy and youtube", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "activeTab" ] } |