BotRix
The best free software for Trovo, Twitch, Kick and YouTube streamers.
Qu'est-ce que BotRix ?
BotRix est une extension Chrome développée par https://botrix.live, et sa fonction principale est "The best free software for Trovo, Twitch, Kick and YouTube streamers.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BotRix
Téléchargez les fichiers d'extension BotRix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | BotRix |
ID | ipeogcankgfdmhlfdomjllhfckklcklf |
URL Officiel | https://chromewebstore.google.com/detail/botrix/ipeogcankgfdmhlfdomjllhfckklcklf |
Description | The best free software for Trovo, Twitch, Kick and YouTube streamers. |
Taille du Fichier | 56.34 KB |
Nombre d'Installations | 72,721 |
Version Actuelle | 10.3 |
Dernière Mise à Jour | 2024-02-05 |
Date de Publication | 2021-09-25 |
Évaluation | 4.46/5 Total 24 Évaluations |
Développeur | https://botrix.live |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://botrix.live/ |
URL de la Page d'Aide | https://discord.gg/aphsbfD |
URL de la Page de Politique de Confidentialité | https://botrix.live/docs |
Langues Prises en Charge | 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" ] } |