Whatsapp Audio 2x
Aumenta a velocidade dos áudios no Whatsapp Web
What is Whatsapp Audio 2x?
Whatsapp Audio 2x is a Chrome extension developed by Code200, and its main feature is "Aumenta a velocidade dos áudios no Whatsapp Web".
Extension Screenshots
Download Whatsapp Audio 2x Extension CRX File
Download Whatsapp Audio 2x 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
Aumenta a velocidade dos áudios do Whatsapp Web
Extension Basic Information
Name | |
ID | fhnkhgbhglofendcalmfkobgniogcefj |
Official URL | https://chrome.google.com/webstore/detail/whatsapp-audio-2x/fhnkhgbhglofendcalmfkobgniogcefj |
Description | Aumenta a velocidade dos áudios no Whatsapp Web |
File Size | 27.81 KB |
Installation Count | 91 |
Current Version | 1.1 |
Last Updated | 2020-07-04 |
Publish Date | 2020-07-04 |
Developer | Code200 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://code200.com.br |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whatsapp Audio 2x", "version": "1.1", "author": "Zastrich", "homepage_url": "https:\/\/code200.com.br", "description": "Aumenta a velocidade dos \u00e1udios no Whatsapp Web", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "css": [ "style.css" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" } } |