Video Speed Changer
This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…
Wat is Video Speed Changer?
Video Speed Changer is een Chrome-extensie ontwikkeld door the.sh.developer, en de belangrijkste functie is "This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…".
Extensie Screenshots
Download het CRX-bestand van de extensie Video Speed Changer
Download Video Speed Changer-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
This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to 2.5x easily. This works for html 5 videos only, flash is not supported.
Basisinformatie over de Extensie
Naam | Video Speed Changer |
ID | nkgldikaifljadeeogdbanlckplpbffj |
Officiële URL | https://chromewebstore.google.com/detail/video-speed-changer/nkgldikaifljadeeogdbanlckplpbffj |
Beschrijving | This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to… |
Bestandsgrootte | 6.23 KB |
Aantal Installaties | 13,875 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2015-11-30 |
Publicatiedatum | 2015-11-30 |
Beoordeling | 4.22/5 Totaal 36 Beoordelingen |
Ontwikkelaar | the.sh.developer |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Speed Changer", "version": "1.0", "applications": { "gecko": { "id": "[email protected]" } }, "browser_action": { "default_title": "Video Speed Changer", "default_icon": { "19": "icon-19.png", "38": "icon-38.png", "128": "icon-128.png" } }, "background": { "scripts": [ "VideoSpeedChangerLoader.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |