Twitch Meet
Replaces twitch emotes with correct images
Cos'è Twitch Meet?
Twitch Meet è un'estensione di Chrome sviluppata da https://tomsteer.com, e la sua funzione principale è "Replaces twitch emotes with correct images".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Meet
Scarica i file di estensione Twitch Meet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Twitch Meet |
ID | folijkmjilnffmlehdcffanlmlggplmi |
URL Ufficiale | https://chromewebstore.google.com/detail/twitch-meet/folijkmjilnffmlehdcffanlmlggplmi |
Descrizione | Replaces twitch emotes with correct images |
Dimensione del File | 32.35 KB |
Conteggio Installazioni | 68 |
Versione Corrente | 0.9 |
Ultimo Aggiornamento | 2023-08-11 |
Data di Pubblicazione | 2021-02-24 |
Valutazione | 4.67/5 Totale 6 Valutazioni |
Sviluppatore | https://tomsteer.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://twitchmeet.tomsteer.me/ |
Lingue Supportate | 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" } } |