Twitch Meet

Replaces twitch emotes with correct images

Apa itu Twitch Meet?

Twitch Meet adalah ekstensi Chrome yang dikembangkan oleh https://tomsteer.com, dan fitur utamanya adalah "Replaces twitch emotes with correct images".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twitch Meet

Unduh file ekstensi Twitch Meet 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

                        Uses the Better TTV API to get the top 100 emotes as well as some predefined emotes and uses them to replace google meet chat to the correct emote.
A list of available emotes can be found on the site.                    

Informasi Dasar Ekstensi

Nama Twitch Meet Twitch Meet
ID folijkmjilnffmlehdcffanlmlggplmi
URL Resmi https://chromewebstore.google.com/detail/twitch-meet/folijkmjilnffmlehdcffanlmlggplmi
Deskripsi Replaces twitch emotes with correct images
Ukuran File 32.35 KB
Jumlah Instalasi 68
Versi Saat Ini 0.9
Terakhir Diperbarui 2023-08-11
Tanggal Publikasi 2021-02-24
Penilaian 4.67/5 Total 6 Penilaian
Pengembang https://tomsteer.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://twitchmeet.tomsteer.me/
Bahasa yang Didukung en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Meet",
    "version": "0.9",
    "description": "Replaces twitch emotes with correct images",
    "web_accessible_resources": [
        "script.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "permissions": [],
    "icons": {
        "128": "img\/icon-extensionMenu.png"
    }
}