Twitch Meet

Replaces twitch emotes with correct images

Co to jest Twitch Meet?

Twitch Meet to rozszerzenie Chrome opracowane przez https://tomsteer.com, a jego główną funkcją jest „Replaces twitch emotes with correct images”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twitch Meet

Pobierz pliki rozszerzeń Twitch Meet 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitch Meet Twitch Meet
ID folijkmjilnffmlehdcffanlmlggplmi
Oficjalny URL https://chromewebstore.google.com/detail/twitch-meet/folijkmjilnffmlehdcffanlmlggplmi
Opis Replaces twitch emotes with correct images
Rozmiar pliku 32.35 KB
Liczba instalacji 68
Aktualna Wersja 0.9
Ostatnia Aktualizacja 2023-08-11
Data Publikacji 2021-02-24
Ocena 4.67/5 Łącznie 6 Oceny
Deweloper https://tomsteer.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://twitchmeet.tomsteer.me/
Obsługiwane Języki 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"
    }
}