Twitch Meet
Replaces twitch emotes with correct images
ما هو Twitch Meet؟
Twitch Meet هو إضافة Chrome تم تطويرها بواسطة https://tomsteer.com، والميزة الرئيسية لها هي "Replaces twitch emotes with correct images".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch Meet
قم بتنزيل ملفات الامتداد Twitch Meet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |