Twitch Meet

Replaces twitch emotes with correct images

什麼是Twitch Meet?

Twitch Meet是由https://tomsteer.com開發的Chrome擴展程式,該擴展的主要功能是“Replaces twitch emotes with correct images”。

擴展截圖

screenshot

下載Twitch Meet擴展crx文件

下載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
官方網址 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"
    }
}