WhatsApp Audio Speed Controller

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

What is WhatsApp Audio Speed Controller?

WhatsApp Audio Speed Controller is a Chrome extension developed by diogorodrigues.dev, 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 WhatsApp Audio Speed Controller Extension CRX File

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

                        WhatsApp Audio Speed Controller allows you to controll the speed of audio messages. 

- You have 5 speed options to choose from: normal, 1.25x, 1.5x, 1.75x and 2x.
- Speed remains applied when you change the conversation user.                    

Extension Basic Information

Name WhatsApp Audio Speed Controller WhatsApp Audio Speed Controller
ID njohepideanemcnockcgoibamcdmdodh
Official URL https://chrome.google.com/webstore/detail/whatsapp-audio-speed-cont/njohepideanemcnockcgoibamcdmdodh
Description Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages.
File Size 7.86 KB
Installation Count 50
Current Version 1
Last Updated 2020-06-10
Publish Date 2020-06-10
Rating 5.00/5 Total 1 Ratings
Developer diogorodrigues.dev
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatsApp Audio Speed Controller",
    "description": "Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages.",
    "version": "1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}