Twitch Meet

Replaces twitch emotes with correct images

Twitch Meet là gì?

Twitch Meet là một tiện ích mở rộng Chrome được phát triển bởi https://tomsteer.com, và tính năng chính của nó là "Replaces twitch emotes with correct images".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitch Meet

Tải xuống các tệp mở rộng Twitch Meet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitch Meet Twitch Meet
ID folijkmjilnffmlehdcffanlmlggplmi
URL Chính Thức https://chromewebstore.google.com/detail/twitch-meet/folijkmjilnffmlehdcffanlmlggplmi
Mô tả Replaces twitch emotes with correct images
Kích Thước Tệp 32.35 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 0.9
Cập Nhật Lần Cuối 2023-08-11
Ngày Phát Hành 2021-02-24
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://tomsteer.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://twitchmeet.tomsteer.me/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}