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
官方URL 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"
    }
}