WhatsApp Audio Speed Controller

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

Co to jest WhatsApp Audio Speed Controller?

WhatsApp Audio Speed Controller to rozszerzenie Chrome opracowane przez diogorodrigues.dev, a jego główną funkcją jest „Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia WhatsApp Audio Speed Controller

Pobierz pliki rozszerzeń WhatsApp Audio Speed Controller w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WhatsApp Audio Speed Controller WhatsApp Audio Speed Controller
ID njohepideanemcnockcgoibamcdmdodh
Oficjalny URL https://chrome.google.com/webstore/detail/whatsapp-audio-speed-cont/njohepideanemcnockcgoibamcdmdodh
Opis Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages.
Rozmiar pliku 7.86 KB
Liczba instalacji 50
Aktualna Wersja 1
Ostatnia Aktualizacja 2020-06-10
Data Publikacji 2020-06-10
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper diogorodrigues.dev
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}