Zappit: Whatsapp Audio Speed Controller

Zappit adds a playback speed control for recordings on Whatsapp Web so you can listen to it in no time.

Wat is Zappit: Whatsapp Audio Speed Controller?

Zappit: Whatsapp Audio Speed Controller is een Chrome-extensie ontwikkeld door sbalbinot, en de belangrijkste functie is "Zappit adds a playback speed control for recordings on Whatsapp Web so you can listen to it in no time.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Zappit: Whatsapp Audio Speed Controller

Download Zappit: 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

                        When accessing Whatsapp Web, simply select the desired speed on the controller found in the upper left bar (next to the profile photo). The selected value will be saved in the user's session linked to the connected device.                    

Basisinformatie over de Extensie

Naam Zappit: Whatsapp Audio Speed Controller Zappit: Whatsapp Audio Speed Controller
ID nhnahfpdeiceabamcelfpabidolmpdoa
Officiële URL https://chrome.google.com/webstore/detail/zappit-whatsapp-audio-spe/nhnahfpdeiceabamcelfpabidolmpdoa
Beschrijving Zappit adds a playback speed control for recordings on Whatsapp Web so you can listen to it in no time.
Bestandsgrootte 303 KB
Aantal Installaties 66
Huidige Versie 0.3
Laatst Bijgewerkt 2021-03-02
Publicatiedatum 2020-10-06
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar sbalbinot
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.3",
    "icons": {
        "16": ".\/icons\/zappit-16.png",
        "32": ".\/icons\/zappit-32.png",
        "48": ".\/icons\/zappit-48.png",
        "128": ".\/icons\/zappit-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}