BTTV for WhatsApp Web

Use BTTV emotes in WhatsApp Web

Was ist BTTV for WhatsApp Web?

BTTV for WhatsApp Web ist eine Chrome-Erweiterung, die von GiuBaru entwickelt wurde, und ihr Hauptmerkmal ist "Use BTTV emotes in WhatsApp Web".

Erweiterungsscreenshots

screenshot

BTTV for WhatsApp Web-Erweiterungs-CRX-Datei herunterladen

Laden Sie BTTV for WhatsApp Web-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

                        Con esta extensión puedes utilizar los emotes de BetterTTV de los canales de Twitch en tu Whatsapp Web!                    

Grundlegende Informationen zur Erweiterung

Name BTTV for WhatsApp Web BTTV for WhatsApp Web
ID olinljnfkcekmlkfojgfponnfojnikae
Offizielle URL https://chromewebstore.google.com/detail/bttv-for-whatsapp-web/olinljnfkcekmlkfojgfponnfojnikae
Beschreibung Use BTTV emotes in WhatsApp Web
Dateigröße 239 KB
Installationsanzahl 34
Aktuelle Version 1.0
Letztes Update 2022-01-30
Veröffentlichungsdatum 2022-01-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler GiuBaru
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/giubaru/bttv-for-whatsapp-web
Hilfeseite URL https://github.com/giubaru/bttv-for-whatsapp-web
Unterstützte Sprachen es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BTTV for WhatsApp Web",
    "version": "1.0",
    "description": "Use BTTV emotes in WhatsApp Web",
    "homepage_url": "https:\/\/github.com\/giubaru\/bttv-for-whatsapp-web",
    "icons": {
        "48": "icons\/1x.png",
        "96": "icons\/2x.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.web.whatsapp.com\/*"
            ],
            "js": [
                "purify.min.js",
                ".\/emotes.js",
                ".\/bttv.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.web.whatsapp.com\/*",
        "*:\/\/api.frankerfacez.com\/*",
        "*:\/\/api.betterttv.net\/*"
    ]
}