Twitch Meet
Replaces twitch emotes with correct images
Twitch Meet क्या है?
Twitch Meet https://tomsteer.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces twitch emotes with correct images"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitch Meet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Twitch Meet |
ID | folijkmjilnffmlehdcffanlmlggplmi |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitch-meet/folijkmjilnffmlehdcffanlmlggplmi |
विवरण | Replaces twitch emotes with correct images |
फ़ाइल का आकार | 32.35 KB |
स्थापना संख्या | 68 |
वर्तमान संस्करण | 0.9 |
अंतिम अपडेट | 2023-08-11 |
प्रकाशन तिथि | 2021-02-24 |
रेटिंग | 4.67/5 कुल 6 रेटिंग्स |
डेवलपर | https://tomsteer.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://twitchmeet.tomsteer.me/ |
समर्थित भाषाएँ | 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" } } |