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