WhatsApp Audio Speed Controller
Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages.
Cos'è WhatsApp Audio Speed Controller?
WhatsApp Audio Speed Controller è un'estensione di Chrome sviluppata da diogorodrigues.dev, e la sua funzione principale è "Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WhatsApp Audio Speed Controller
Scarica i file di estensione WhatsApp Audio Speed Controller 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
WhatsApp Audio Speed Controller allows you to controll the speed of audio messages. - You have 5 speed options to choose from: normal, 1.25x, 1.5x, 1.75x and 2x. - Speed remains applied when you change the conversation user.
Informazioni di Base sull'Estensione
Nome | |
ID | njohepideanemcnockcgoibamcdmdodh |
URL Ufficiale | https://chrome.google.com/webstore/detail/whatsapp-audio-speed-cont/njohepideanemcnockcgoibamcdmdodh |
Descrizione | Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages. |
Dimensione del File | 7.86 KB |
Conteggio Installazioni | 50 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2020-06-10 |
Data di Pubblicazione | 2020-06-10 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | diogorodrigues.dev |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WhatsApp Audio Speed Controller", "description": "Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages.", "version": "1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "css": [ "styles.css" ], "js": [ "content.js" ] } ] } |