Stream Bridge - Watch everyone on Twitch
Watch streamers from other streaming services on Twitch!
Qu'est-ce que Stream Bridge - Watch everyone on Twitch ?
Stream Bridge - Watch everyone on Twitch est une extension Chrome développée par https://www.streambridge.io, et sa fonction principale est "Watch streamers from other streaming services on Twitch!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Stream Bridge - Watch everyone on Twitch
Téléchargez les fichiers d'extension Stream Bridge - Watch everyone on Twitch 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
With this extension, you can: ✔️ Watch streamers from other streaming platforms directly on Twitch ✔️ Follow streamers' channels from different platforms and observe their channel status on the left sidebar of Twitch ✔️ Add your channels to the list if they are not currently listed This extension currently supports the following streaming platforms: YouTube, Kick, Trovo, VKPlay Live, and WASD.
Informations de Base sur l'Extension
Nom | Stream Bridge - Watch everyone on Twitch |
ID | oidkgchhceggifadcafliepojifbgdji |
URL Officiel | https://chromewebstore.google.com/detail/stream-bridge-watch-every/oidkgchhceggifadcafliepojifbgdji |
Description | Watch streamers from other streaming services on Twitch! |
Taille du Fichier | 335 KB |
Nombre d'Installations | 210 |
Version Actuelle | 1.8.13 |
Dernière Mise à Jour | 2023-10-13 |
Date de Publication | 2023-08-08 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | https://www.streambridge.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.streambridge.io |
URL de la Page d'Aide | https://www.streambridge.io/support |
URL de la Page de Politique de Confidentialité | https://www.streambridge.io/privacy |
Langues Prises en Charge | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_project_name__", "description": "__MSG_project_description__", "version": "1.8.13", "default_locale": "en", "icons": { "16": "icons\/icon.png", "32": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "action": { "default_popup": "popup\/index.html" }, "permissions": [ "declarativeNetRequest", "storage" ], "declarative_net_request": { "rule_resources": [ { "id": "modifyHeaders", "enabled": true, "path": "modifyHeaders.json" } ] }, "host_permissions": [ "https:\/\/www.twitch.tv\/", "https:\/\/kick.com\/", "https:\/\/wasd.tv\/", "https:\/\/vkplay.live\/", "https:\/\/trovo.live\/", "https:\/\/api.vkplay.live\/", "https:\/\/api-web.trovo.live\/", "https:\/\/www.youtube.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*", "https:\/\/vkplay.live\/*", "https:\/\/kick.com\/*", "https:\/\/trovo.live\/*", "https:\/\/wasd.tv\/*", "https:\/\/www.youtube.com\/*" ], "all_frames": true, "js": [ "content-script\/index.js" ], "css": [ "content-script\/index.css" ] } ] } |