Abrami Trovo Emotes

Replaces text with emotes on trovo.live

什麼是Abrami Trovo Emotes?

Abrami Trovo Emotes是由Sandukhan開發的Chrome擴展程式,該擴展的主要功能是“Replaces text with emotes on trovo.live”。

擴展截圖

screenshot
screenshot
screenshot

下載Abrami Trovo Emotes擴展crx文件

下載Abrami Trovo Emotes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Abrami Trovo Emotes is a Google Chrome web store extension designed for Trovo live stream viewers. With this extension, you can add a fun and personal touch to your chat messages on Trovo.live. It converts your text into expressive emotes, making your messages more visually appealing and engaging for the streamer and other viewers. Whether you're a casual viewer or a dedicated fan, Abrami Trovo Emotes allows you to stand out in the chat and express yourself in a unique and creative way. So, enhance your Trovo live stream viewing experience and try out Abrami Trovo Emotes today!                    

擴展基本資訊

名稱 Abrami Trovo Emotes Abrami Trovo Emotes
ID becmpfomjpfckkineblmlmgolpoobdmo
官方網址 https://chromewebstore.google.com/detail/abrami-trovo-emotes/becmpfomjpfckkineblmlmgolpoobdmo
簡介 Replaces text with emotes on trovo.live
檔案大小 22.5 KB
安裝次數 95
目前版本 1.1.2
更新時間 2023-02-08
上架時間 2023-02-06
評分 5.00/5 共 2 次評分
開發者 Sandukhan
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Abrami Trovo Emotes",
    "version": "1.1.2",
    "description": "Replaces text with emotes on trovo.live",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    },
    "permissions": [
        "",
        "https:\/\/trovo.live\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trovo.live\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html"
    }
}