Speed it up
Adds a browser action that provides a way to adjust playback rate on any website
Cos'è Speed it up?
Speed it up è un'estensione di Chrome sviluppata da Deven Bansod, e la sua funzione principale è "Adds a browser action that provides a way to adjust playback rate on any website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Speed it up
Scarica i file di estensione Speed it up 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
Wanting to watch Netflix, Amazon Primevideo, HotStar videos on a higher playback rate? Bumped that these websites don't allow for this? This simple extension allows you to adjust the playback rate for any website with streaming videos with just a simple slider.
Informazioni di Base sull'Estensione
Nome | Speed it up |
ID | nfiebcmdfpjodedomagjlajcdpnkdopm |
URL Ufficiale | https://chromewebstore.google.com/detail/speed-it-up/nfiebcmdfpjodedomagjlajcdpnkdopm |
Descrizione | Adds a browser action that provides a way to adjust playback rate on any website |
Dimensione del File | 19.75 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2019-06-10 |
Data di Pubblicazione | 2019-06-09 |
Valutazione | 4.93/5 Totale 29 Valutazioni |
Sviluppatore | Deven Bansod |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/devenbansod/speed-it-up |
URL della Pagina di Aiuto | https://github.com/devenbansod/speed-it-up/issues/new |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Speed it up", "version": "0.0.2", "description": "Adds a browser action that provides a way to adjust playback rate on any website", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "Speed it up", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |