BotRix

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

BotRix क्या है?

BotRix https://botrix.live द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best free software for Trovo, Twitch, Kick and YouTube streamers."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BotRix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}