Twitch Meet
Replaces twitch emotes with correct images
What is Twitch Meet?
Twitch Meet is a Chrome extension developed by https://tomsteer.com, and its main feature is "Replaces twitch emotes with correct images".
Extension Screenshots
Download Twitch Meet Extension CRX File
Download Twitch Meet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Twitch Meet |
ID | folijkmjilnffmlehdcffanlmlggplmi |
Official URL | https://chromewebstore.google.com/detail/twitch-meet/folijkmjilnffmlehdcffanlmlggplmi |
Description | Replaces twitch emotes with correct images |
File Size | 32.35 KB |
Installation Count | 68 |
Current Version | 0.9 |
Last Updated | 2023-08-11 |
Publish Date | 2021-02-24 |
Rating | 4.67/5 Total 6 Ratings |
Developer | https://tomsteer.com |
[email protected] | |
Payment Type | free |
Extension Website | https://twitchmeet.tomsteer.me/ |
Supported Languages | 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" } } |