Whatsapp Faster Audio
Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb!
What is Whatsapp Faster Audio?
Whatsapp Faster Audio is a Chrome extension developed by Davi Reis Vieira, and its main feature is "Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb!".
Extension Screenshots
Download Whatsapp Faster Audio Extension CRX File
Download Whatsapp Faster Audio 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
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
Extension Basic Information
Name | |
ID | eibfcoedepfeinogfhlemjbapchlpdca |
Official URL | https://chrome.google.com/webstore/detail/whatsapp-faster-audio/eibfcoedepfeinogfhlemjbapchlpdca |
Description | Tired of listening to long audios on WhatsApp? With WhatsApp Faster Audio you can change playback speed on WhatsAppWeb! |
File Size | 17.96 KB |
Installation Count | 76 |
Current Version | 1.3 |
Last Updated | 2021-03-06 |
Publish Date | 2020-07-10 |
Rating | 4.56/5 Total 9 Ratings |
Developer | Davi Reis Vieira |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/DaviReisVieira |
Supported Languages | 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 } |