ZapAudio
Envia imagens, textos e áudios no Whatsapp Web como se tivessem sido gravados na mesma hora.
What is ZapAudio?
ZapAudio is a Chrome extension developed by mbmaciel, and its main feature is "Envia imagens, textos e áudios no Whatsapp Web como se tivessem sido gravados na mesma hora.".
Extension Screenshots
Download ZapAudio Extension CRX File
Download ZapAudio 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
Envie áudios prontos como se tivessem sido gravados na hora apenas com um clique!
Extension Basic Information
Name | ZapAudio |
ID | ohagjjlfeoajckgikflnfgdcehijldjf |
Official URL | https://chromewebstore.google.com/detail/zapaudio/ohagjjlfeoajckgikflnfgdcehijldjf |
Description | Envia imagens, textos e áudios no Whatsapp Web como se tivessem sido gravados na mesma hora. |
File Size | 453 KB |
Installation Count | 34 |
Current Version | 0.9.0.4 |
Last Updated | 2021-12-07 |
Publish Date | 2021-11-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mbmaciel |
[email protected] | |
Payment Type | in_app |
Extension Website | https://zapaudio.com.br |
Help Page URL | https://zapaudio.com.br |
Privacy Policy Page URL | https://zapaudio.com.br/politicas-de-privacidade.html |
Supported Languages | pt-BR |
manifest.json | |
{ "background": { "scripts": [ "\/js\/background.js" ] }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "\/js\/content_script.js" ], "matches": [ "*:\/\/web.whatsapp.com\/*" ] } ], "description": "Envia imagens, textos e \u00e1udios no Whatsapp Web como se tivessem sido gravados na mesma hora.", "externally_connectable": { "matches": [ "*:\/\/web.whatsapp.com\/*" ] }, "icons": { "192": "\/images\/icon192.png", "144": "\/images\/icon144.png", "96": "\/images\/icon96.png", "72": "\/images\/icon72.png", "48": "\/images\/icon48.png", "36": "\/images\/icon36.png" }, "manifest_version": 2, "name": "ZapAudio", "permissions": [ "storage", "unlimitedStorage", "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.9.0.4", "web_accessible_resources": [ "\/js\/fasterscript.js" ] } |