TrovoEnhanced

Multiple functions to enhance your Trovo Live experience.

什么是TrovoEnhanced?

TrovoEnhanced是由verdic开发的Chrome扩展程序,该扩展的主要功能是“Multiple functions to enhance your Trovo Live experience.”。

扩展截图

screenshot

下载TrovoEnhanced扩展crx文件

下载TrovoEnhanced扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Enhances user experience on Trovo Live

--Fixed links/tags not showing
--Dynamic fetch of emote list so more can be added

Current Features:

BTTV Global emotes support (https://betterttv.com/)                    

扩展基本信息

名称 TrovoEnhanced TrovoEnhanced
ID bkpbbgamafafcnfgbbpeodjjapdpimef
官方URL https://chromewebstore.google.com/detail/trovoenhanced/bkpbbgamafafcnfgbbpeodjjapdpimef
简介 Multiple functions to enhance your Trovo Live experience.
文件大小 18.9 KB
安装次数 155
当前版本 1.0.1
更新时间 2021-11-09
上架时间 2021-11-05
评分 5.00/5 共1次评分
开发者 verdic
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TrovoEnhanced",
    "description": "Multiple functions to enhance your Trovo Live experience.",
    "version": "1.0.1",
    "permissions": [
        "https:\/\/verd1c.github.io\/*"
    ],
    "icons": {
        "16": "\/images\/app16.png",
        "48": "\/images\/app48.png",
        "128": "\/images\/app128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "\/images\/app16.png",
            "48": "\/images\/app48.png",
            "128": "\/images\/app128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trovo.live\/*"
            ],
            "js": [
                "scripts\/eventHandler.js"
            ]
        }
    ]
}