Whatsapp Audio 2x

Aumenta a velocidade dos áudios no Whatsapp Web

Was ist Whatsapp Audio 2x?

Whatsapp Audio 2x ist eine Chrome-Erweiterung, die von Code200 entwickelt wurde, und ihr Hauptmerkmal ist "Aumenta a velocidade dos áudios no Whatsapp Web".

Erweiterungsscreenshots

screenshot

Whatsapp Audio 2x-Erweiterungs-CRX-Datei herunterladen

Laden Sie Whatsapp Audio 2x-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Aumenta a velocidade dos áudios do Whatsapp Web                    

Grundlegende Informationen zur Erweiterung

Name Whatsapp Audio 2x Whatsapp Audio 2x
ID fhnkhgbhglofendcalmfkobgniogcefj
Offizielle URL https://chrome.google.com/webstore/detail/whatsapp-audio-2x/fhnkhgbhglofendcalmfkobgniogcefj
Beschreibung Aumenta a velocidade dos áudios no Whatsapp Web
Dateigröße 27.81 KB
Installationsanzahl 91
Aktuelle Version 1.1
Letztes Update 2020-07-04
Veröffentlichungsdatum 2020-07-04
Entwickler Code200
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://code200.com.br
Unterstützte Sprachen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whatsapp Audio 2x",
    "version": "1.1",
    "author": "Zastrich",
    "homepage_url": "https:\/\/code200.com.br",
    "description": "Aumenta a velocidade dos \u00e1udios no Whatsapp Web",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    }
}