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.
Was ist Zappit: Whatsapp Audio Speed Controller?
Zappit: Whatsapp Audio Speed Controller ist eine Chrome-Erweiterung, die von sbalbinot entwickelt wurde, und ihr Hauptmerkmal ist "Zappit adds a playback speed control for recordings on Whatsapp Web so you can listen to it in no time.".
Erweiterungsscreenshots
Zappit: Whatsapp Audio Speed Controller-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zappit: Whatsapp Audio Speed Controller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | nhnahfpdeiceabamcelfpabidolmpdoa |
Offizielle URL | https://chrome.google.com/webstore/detail/zappit-whatsapp-audio-spe/nhnahfpdeiceabamcelfpabidolmpdoa |
Beschreibung | Zappit adds a playback speed control for recordings on Whatsapp Web so you can listen to it in no time. |
Dateigröße | 303 KB |
Installationsanzahl | 66 |
Aktuelle Version | 0.3 |
Letztes Update | 2021-03-02 |
Veröffentlichungsdatum | 2020-10-06 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | sbalbinot |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |