Whatsapp Faster Audio
Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb!
Cos'è Whatsapp Faster Audio?
Whatsapp Faster Audio è un'estensione di Chrome sviluppata da Davi Reis Vieira, e la sua funzione principale è "Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Whatsapp Faster Audio
Scarica i file di estensione Whatsapp Faster Audio 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
Tired of listening to long audios on WhatsApp? With our extension you can change playback speed! HOW TO USE You can easily change the speed audios using the top left menu. You are done! Speed Rates: -0.25x -0.5x -0.75x -1.0x -1.25x -1.5x -1.75x -2.0x -2.75x -2.5x -3.0x
Informazioni di Base sull'Estensione
Nome | |
ID | eibfcoedepfeinogfhlemjbapchlpdca |
URL Ufficiale | https://chrome.google.com/webstore/detail/whatsapp-faster-audio/eibfcoedepfeinogfhlemjbapchlpdca |
Descrizione | Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb! |
Dimensione del File | 17.96 KB |
Conteggio Installazioni | 76 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2021-03-06 |
Data di Pubblicazione | 2020-07-10 |
Valutazione | 4.56/5 Totale 9 Valutazioni |
Sviluppatore | Davi Reis Vieira |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/DaviReisVieira |
Lingue Supportate | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.3", "icons": { "128": "icon128.png", "48": "icon48.png" }, "browser_action": { "default_popup": "index.html" }, "permissions": [ "https:\/\/web.whatsapp.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "script.js" ], "css": [ "style.css", "popup.css" ] } ], "homepage_url": "http:\/\/davirvs.com.br\/", "manifest_version": 2 } |