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.
Qu'est-ce que Zappit: Whatsapp Audio Speed Controller ?
Zappit: Whatsapp Audio Speed Controller est une extension Chrome développée par sbalbinot, et sa fonction principale est "Zappit adds a playback speed control for recordings on Whatsapp Web so you can listen to it in no time.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Zappit: Whatsapp Audio Speed Controller
Téléchargez les fichiers d'extension Zappit: Whatsapp Audio Speed Controller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nhnahfpdeiceabamcelfpabidolmpdoa |
URL Officiel | https://chrome.google.com/webstore/detail/zappit-whatsapp-audio-spe/nhnahfpdeiceabamcelfpabidolmpdoa |
Description | Zappit adds a playback speed control for recordings on Whatsapp Web so you can listen to it in no time. |
Taille du Fichier | 303 KB |
Nombre d'Installations | 66 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2021-03-02 |
Date de Publication | 2020-10-06 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | sbalbinot |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |