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.
What is Zappit: Whatsapp Audio Speed Controller?
Zappit: Whatsapp Audio Speed Controller is a Chrome extension developed by sbalbinot, and its main feature is "Zappit adds a playback speed control for recordings on Whatsapp Web so you can listen to it in no time.".
Extension Screenshots
Download Zappit: Whatsapp Audio Speed Controller Extension CRX File
Download Zappit: Whatsapp Audio Speed Controller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | nhnahfpdeiceabamcelfpabidolmpdoa |
Official URL | 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. |
File Size | 303 KB |
Installation Count | 66 |
Current Version | 0.3 |
Last Updated | 2021-03-02 |
Publish Date | 2020-10-06 |
Rating | 3.67/5 Total 3 Ratings |
Developer | sbalbinot |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |