Zappit: Whatsapp Audio Speed Controller
Zappit adds a playback speed control for recordings on Whatsapp Web so you can listen to it in no time.
Cos'è Zappit: Whatsapp Audio Speed Controller?
Zappit: Whatsapp Audio Speed Controller è un'estensione di Chrome sviluppata da sbalbinot, e la sua funzione principale è "Zappit adds a playback speed control for recordings on Whatsapp Web so you can listen to it in no time.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zappit: Whatsapp Audio Speed Controller
Scarica i file di estensione Zappit: 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
When accessing Whatsapp Web, simply select the desired speed on the controller found in the upper left bar (next to the profile photo). The selected value will be saved in the user's session linked to the connected device.
Informazioni di Base sull'Estensione
Nome | |
ID | nhnahfpdeiceabamcelfpabidolmpdoa |
URL Ufficiale | https://chrome.google.com/webstore/detail/zappit-whatsapp-audio-spe/nhnahfpdeiceabamcelfpabidolmpdoa |
Descrizione | Zappit adds a playback speed control for recordings on Whatsapp Web so you can listen to it in no time. |
Dimensione del File | 303 KB |
Conteggio Installazioni | 66 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2021-03-02 |
Data di Pubblicazione | 2020-10-06 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | sbalbinot |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.3", "icons": { "16": ".\/icons\/zappit-16.png", "32": ".\/icons\/zappit-32.png", "48": ".\/icons\/zappit-48.png", "128": ".\/icons\/zappit-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "css": [ "style.css" ], "js": [ "content.js" ] } ] } |