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…
Cos'è Video Speed Changer?
Video Speed Changer è un'estensione di Chrome sviluppata da the.sh.developer, e la sua funzione principale è "This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Video Speed Changer
Scarica i file di estensione Video Speed Changer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Video Speed Changer |
ID | nkgldikaifljadeeogdbanlckplpbffj |
URL Ufficiale | https://chromewebstore.google.com/detail/video-speed-changer/nkgldikaifljadeeogdbanlckplpbffj |
Descrizione | This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to… |
Dimensione del File | 6.23 KB |
Conteggio Installazioni | 13,875 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-11-30 |
Data di Pubblicazione | 2015-11-30 |
Valutazione | 4.22/5 Totale 36 Valutazioni |
Sviluppatore | the.sh.developer |
Tipo di Pagamento | free |
Lingue Supportate | 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": "videospeedchanger@videospeedchangerfirefoxextension.com" } }, "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" ] } |