BTTV for WhatsApp Web

Use BTTV emotes in WhatsApp Web

Cos'è BTTV for WhatsApp Web?

BTTV for WhatsApp Web è un'estensione di Chrome sviluppata da GiuBaru, e la sua funzione principale è "Use BTTV emotes in WhatsApp Web".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BTTV for WhatsApp Web

Scarica i file di estensione BTTV for WhatsApp Web in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome BTTV for WhatsApp Web BTTV for WhatsApp Web
ID olinljnfkcekmlkfojgfponnfojnikae
URL Ufficiale https://chromewebstore.google.com/detail/bttv-for-whatsapp-web/olinljnfkcekmlkfojgfponnfojnikae
Descrizione Use BTTV emotes in WhatsApp Web
Dimensione del File 239 KB
Conteggio Installazioni 34
Versione Corrente 1.0
Ultimo Aggiornamento 2022-01-30
Data di Pubblicazione 2022-01-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore GiuBaru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/giubaru/bttv-for-whatsapp-web
URL della Pagina di Aiuto https://github.com/giubaru/bttv-for-whatsapp-web
Lingue Supportate 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\/*"
    ]
}