Video Speed Tweak
Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.
Cos'è Video Speed Tweak?
Video Speed Tweak è un'estensione di Chrome sviluppata da robotreply, e la sua funzione principale è "Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.".
Scarica il file CRX dell'estensione Video Speed Tweak
Scarica i file di estensione Video Speed Tweak 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
Set the default YouTube video speed to 2.5x
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | inkbcfnbjddnjfdkogbjcljioedfamag |
URL Ufficiale | https://chrome.google.com/webstore/detail/video-speed-tweak/inkbcfnbjddnjfdkogbjcljioedfamag |
Descrizione | Change YouTube/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5. |
Dimensione del File | 92.36 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2014-10-16 |
Data di Pubblicazione | 2014-10-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | robotreply |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "content_scripts": [ { "css": [ "main.css" ], "js": [ "jquery-1.7.2.min.js", "main.js" ], "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.vimeo.com\/*" ], "run_at": "document_end" } ], "description": "Change YouTube\/Vimeo play speed using your keyboard (tweak of VideoSpeed). Set default speed to 2.5.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "27", "name": "Video Speed Tweak", "short_name": "VideoSpeed Tweak", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.1" } |