WhatsApp Web Fast Audios
Speed up your WhatsApp Audios
What is WhatsApp Web Fast Audios?
WhatsApp Web Fast Audios is a Chrome extension developed by http://divino.dev, and its main feature is "Speed up your WhatsApp Audios".
Extension Screenshots
Download WhatsApp Web Fast Audios Extension CRX File
Download WhatsApp Web Fast Audios 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
Control the speed of WhatsApp audios
Extension Basic Information
Name | |
ID | ohhaichcafnnnifdkobkkodpepdppmmb |
Official URL | https://chrome.google.com/webstore/detail/whatsapp-web-fast-audios/ohhaichcafnnnifdkobkkodpepdppmmb |
Description | Speed up your WhatsApp Audios |
File Size | 60.57 KB |
Installation Count | 60 |
Current Version | 1.0 |
Last Updated | 2020-06-03 |
Publish Date | 2020-06-02 |
Rating | 3.00/5 Total 2 Ratings |
Developer | http://divino.dev |
Payment Type | free |
Extension Website | https://github.com/LucasDivino |
Help Page URL | https://github.com/LucasDivino |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WhatsApp Web Fast Audios", "short_name": "Fast Wpp Web", "version": "1.0", "description": "Speed up your WhatsApp Audios", "icons": { "128": "icon-fast-wpp.png" }, "browser_action": { "default_icon": "fast-wpp.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "index.js" ], "css": [ "index.less" ] } ], "manifest_version": 2 } |