Twitch Meet
Replaces twitch emotes with correct images
Wat is Twitch Meet?
Twitch Meet is een Chrome-extensie ontwikkeld door https://tomsteer.com, en de belangrijkste functie is "Replaces twitch emotes with correct images".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Meet
Download Twitch Meet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Twitch Meet |
ID | folijkmjilnffmlehdcffanlmlggplmi |
Officiële URL | https://chromewebstore.google.com/detail/twitch-meet/folijkmjilnffmlehdcffanlmlggplmi |
Beschrijving | Replaces twitch emotes with correct images |
Bestandsgrootte | 32.35 KB |
Aantal Installaties | 68 |
Huidige Versie | 0.9 |
Laatst Bijgewerkt | 2023-08-11 |
Publicatiedatum | 2021-02-24 |
Beoordeling | 4.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://tomsteer.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://twitchmeet.tomsteer.me/ |
Ondersteunde Talen | 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" } } |