Youtube Playback Gearstick
Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10)
Cos'è Youtube Playback Gearstick?
Youtube Playback Gearstick è un'estensione di Chrome sviluppata da Michael zlatin, e la sua funzione principale è "Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10)".
Scarica il file CRX dell'estensione Youtube Playback Gearstick
Scarica i file di estensione Youtube Playback Gearstick 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 is a simple extension to extend the playback speeds for YouTube™ videos. in addition to the regular speeds (X0.25,X0.5,X1,X1.25,X1.5,X2) that YouTube™ provides it enables these speeds (X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10) plus its persistent across tabs, so once a speed is set it will affect other videos on reload
Informazioni di Base sull'Estensione
Nome | |
ID | hippcojfnmieddlhckhloiooljlnepgp |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-playback-gearstic/hippcojfnmieddlhckhloiooljlnepgp |
Descrizione | Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10) |
Dimensione del File | 8.11 KB |
Conteggio Installazioni | 192 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2017-07-31 |
Data di Pubblicazione | 2017-07-30 |
Valutazione | 4.00/5 Totale 5 Valutazioni |
Sviluppatore | Michael zlatin |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Playback Gearstick", "short_name": "YTG", "description": "Accelerates youtube playback speed when clicked going through a cycle(X0.01 X0.1 X0.25,X0.5,X1,X1.25,X1.5,X2,X2.5,X3,X3.5,X4,X5,X10)", "manifest_version": 2, "author": "Michael Zlatin", "version": "0.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "name": "Click to change speed" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "icons": { "48": "off.png" } } |