Whatsapp Audio Speed Controller

Increase your produtivity

What is Whatsapp Audio Speed Controller?

Whatsapp Audio Speed Controller is a Chrome extension developed by oliv.marq.marcello, and its main feature is "Increase your produtivity".

Extension Screenshots

screenshot
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

                        Are you tired of big audios, but you don't want to ignore your friend? Download this extension,  click on header (tumblr and controller section) , use 'd' and 's' to update or just use the UI controller                    

Extension Basic Information

Name Whatsapp Audio Speed Controller Whatsapp Audio Speed Controller
ID ecohadaklhhfmddonkgodinefibplnfi
Official URL https://chrome.google.com/webstore/detail/whatsapp-audio-speed-cont/ecohadaklhhfmddonkgodinefibplnfi
Description Increase your produtivity
File Size 7.42 KB
Installation Count 20
Current Version 0.2
Last Updated 2020-07-14
Publish Date 2020-07-14
Rating 5.00/5 Total 1 Ratings
Developer oliv.marq.marcello
Email [email protected]
Payment Type free
Extension Website https://github.com/marcello-oliveira/whatsapp-audio-speed-controller
Help Page URL https://github.com/marcello-oliveira/whatsapp-audio-speed-controller
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Whatsapp Audio Speed Controller",
    "version": "0.2",
    "description": "Increase your produtivity",
    "icons": {
        "128": "128.png",
        "16": "icon16.png"
    },
    "author": "Marcello Marques de Oliveira",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}