Audio Speed Controller for Whatsapp

Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages.…

What is Audio Speed Controller for Whatsapp?

Audio Speed Controller for Whatsapp is a Chrome extension developed by Programador Br, and its main feature is "Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages.…".

Extension Screenshots

screenshot

Download Audio Speed Controller for Whatsapp Extension CRX File

Download Audio Speed Controller for Whatsapp 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

                        Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages.  Privacy Policy: https://programadorbr.com/termos.html                    

Extension Basic Information

Name Audio Speed Controller for Whatsapp Audio Speed Controller for Whatsapp
ID goadmehfhhmjanmofgemfohajecgaheb
Official URL https://chromewebstore.google.com/detail/audio-speed-controller-fo/goadmehfhhmjanmofgemfohajecgaheb
Description Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages.…
File Size 11.05 KB
Installation Count 200
Current Version 0.0.2
Last Updated 2020-04-14
Publish Date 2020-04-14
Rating 3.00/5 Total 5 Ratings
Developer Programador Br
Email [email protected]
Payment Type free
Privacy Policy Page URL https://programadorbr.com/termos.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Audio Speed Controller for Whatsapp",
    "version": "0.0.2",
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}