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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}