Twitch Meet

Replaces twitch emotes with correct images

Twitch Meetคืออะไร?

Twitch Meet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tomsteer.com และคุณลักษณะหลักของมันคือ "Replaces twitch emotes with correct images"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Meet

ดาวน์โหลดไฟล์ส่วนขยาย Twitch Meet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}