BotRix

The best free software for Trovo, Twitch, Kick and YouTube streamers.

什麼是BotRix?

BotRix是由https://botrix.live開發的Chrome擴展程式,該擴展的主要功能是“The best free software for Trovo, Twitch, Kick and YouTube streamers.”。

擴展截圖

screenshot
screenshot
screenshot

下載BotRix擴展crx文件

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

擴展使用說明

                        Introducing the ultimate extension for Trovo, Twitch and YouTube users!

With our extension, you can now enjoy all the emoticons from BetterTTV on your favorite streaming platforms.

Not only that, but we also incorporate a rewards system for points, so viewers can claim rewards on Trovo and YouTube just like on Twitch.

The extension also allows streamers to listen to voice messages (TTS) from their viewers, if they choose to enable that feature.

Please note that this extension is not affiliated with Trovo, Twitch, YouTube, or BetterTTV in any way.

It is simply a tool created by us to enhance the streaming experience for our users.

Upgrade your streaming experience now with our extension!                    

擴展基本資訊

名稱 BotRix BotRix
ID ipeogcankgfdmhlfdomjllhfckklcklf
官方網址 https://chromewebstore.google.com/detail/botrix/ipeogcankgfdmhlfdomjllhfckklcklf
簡介 The best free software for Trovo, Twitch, Kick and YouTube streamers.
檔案大小 56.34 KB
安裝次數 72,721
目前版本 10.3
更新時間 2024-02-05
上架時間 2021-09-25
評分 4.46/5 共 24 次評分
開發者 https://botrix.live
電子郵箱 [email protected]
付費類型 free
擴展官網 https://botrix.live/
說明頁面URL https://discord.gg/aphsbfD
隱私政策頁面URL https://botrix.live/docs
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "10.3",
    "name": "BotRix",
    "description": "The best free software for Trovo, Twitch, Kick and YouTube streamers.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "trovo-features.js",
                "botrix-trovo-store.js"
            ],
            "css": [
                "trovo.css"
            ],
            "matches": [
                "https:\/\/trovo.live\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "botrix-features.js"
            ],
            "matches": [
                "https:\/\/botrix.live\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "youtube-features.js",
                "botrix-youtube-store.js"
            ],
            "css": [
                "youtube.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/live_chat*"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "kick-features.js"
            ],
            "matches": [
                "https:\/\/kick.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "runtime.js",
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/botrix.live\/",
        "https:\/\/api.botrix.live\/",
        "https:\/\/trovo.live\/",
        "https:\/\/open-api.trovo.live\/",
        "https:\/\/www.youtube.com\/",
        "https:\/\/kick.com\/"
    ],
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "web_accessible_resources": [
        "assets\/silence.mp3"
    ]
}