BTTV for WhatsApp Web

Use BTTV emotes in WhatsApp Web

Co to jest BTTV for WhatsApp Web?

BTTV for WhatsApp Web to rozszerzenie Chrome opracowane przez GiuBaru, a jego główną funkcją jest „Use BTTV emotes in WhatsApp Web”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia BTTV for WhatsApp Web

Pobierz pliki rozszerzeń BTTV for WhatsApp Web w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa BTTV for WhatsApp Web BTTV for WhatsApp Web
ID olinljnfkcekmlkfojgfponnfojnikae
Oficjalny URL https://chromewebstore.google.com/detail/bttv-for-whatsapp-web/olinljnfkcekmlkfojgfponnfojnikae
Opis Use BTTV emotes in WhatsApp Web
Rozmiar pliku 239 KB
Liczba instalacji 34
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-01-30
Data Publikacji 2022-01-30
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper GiuBaru
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/giubaru/bttv-for-whatsapp-web
Adres URL Strony Pomocy https://github.com/giubaru/bttv-for-whatsapp-web
Obsługiwane Języki 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\/*"
    ]
}