BTTV for WhatsApp Web

Use BTTV emotes in WhatsApp Web

Wat is BTTV for WhatsApp Web?

BTTV for WhatsApp Web is een Chrome-extensie ontwikkeld door GiuBaru, en de belangrijkste functie is "Use BTTV emotes in WhatsApp Web".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BTTV for WhatsApp Web

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

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

Basisinformatie over de Extensie

Naam BTTV for WhatsApp Web BTTV for WhatsApp Web
ID olinljnfkcekmlkfojgfponnfojnikae
Officiële URL https://chromewebstore.google.com/detail/bttv-for-whatsapp-web/olinljnfkcekmlkfojgfponnfojnikae
Beschrijving Use BTTV emotes in WhatsApp Web
Bestandsgrootte 239 KB
Aantal Installaties 34
Huidige Versie 1.0
Laatst Bijgewerkt 2022-01-30
Publicatiedatum 2022-01-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar GiuBaru
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/giubaru/bttv-for-whatsapp-web
Help Pagina-URL https://github.com/giubaru/bttv-for-whatsapp-web
Ondersteunde Talen 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\/*"
    ]
}