WhatsApp Audio Speed Controller

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

Wat is WhatsApp Audio Speed Controller?

WhatsApp Audio Speed Controller is een Chrome-extensie ontwikkeld door diogorodrigues.dev, en de belangrijkste functie is "Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WhatsApp Audio Speed Controller

Download WhatsApp Audio Speed Controller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WhatsApp Audio Speed Controller WhatsApp Audio Speed Controller
ID njohepideanemcnockcgoibamcdmdodh
Officiële URL https://chrome.google.com/webstore/detail/whatsapp-audio-speed-cont/njohepideanemcnockcgoibamcdmdodh
Beschrijving Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages.
Bestandsgrootte 7.86 KB
Aantal Installaties 50
Huidige Versie 1
Laatst Bijgewerkt 2020-06-10
Publicatiedatum 2020-06-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar diogorodrigues.dev
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}