BTTV for WhatsApp Web

Use BTTV emotes in WhatsApp Web

Apa itu BTTV for WhatsApp Web?

BTTV for WhatsApp Web adalah ekstensi Chrome yang dikembangkan oleh GiuBaru, dan fitur utamanya adalah "Use BTTV emotes in WhatsApp Web".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BTTV for WhatsApp Web

Unduh file ekstensi BTTV for WhatsApp Web dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama BTTV for WhatsApp Web BTTV for WhatsApp Web
ID olinljnfkcekmlkfojgfponnfojnikae
URL Resmi https://chromewebstore.google.com/detail/bttv-for-whatsapp-web/olinljnfkcekmlkfojgfponnfojnikae
Deskripsi Use BTTV emotes in WhatsApp Web
Ukuran File 239 KB
Jumlah Instalasi 34
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-01-30
Tanggal Publikasi 2022-01-30
Penilaian 5.00/5 Total 1 Penilaian
Pengembang GiuBaru
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/giubaru/bttv-for-whatsapp-web
URL Halaman Bantuan https://github.com/giubaru/bttv-for-whatsapp-web
Bahasa yang Didukung 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\/*"
    ]
}