Stream Bridge - Watch everyone on Twitch
Watch streamers from other streaming services on Twitch!
Was ist Stream Bridge - Watch everyone on Twitch?
Stream Bridge - Watch everyone on Twitch ist eine Chrome-Erweiterung, die von https://www.streambridge.io entwickelt wurde, und ihr Hauptmerkmal ist "Watch streamers from other streaming services on Twitch!".
Erweiterungsscreenshots
Stream Bridge - Watch everyone on Twitch-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stream Bridge - Watch everyone on Twitch-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Stream Bridge - Watch everyone on Twitch |
ID | oidkgchhceggifadcafliepojifbgdji |
Offizielle URL | https://chromewebstore.google.com/detail/stream-bridge-watch-every/oidkgchhceggifadcafliepojifbgdji |
Beschreibung | Watch streamers from other streaming services on Twitch! |
Dateigröße | 335 KB |
Installationsanzahl | 210 |
Aktuelle Version | 1.8.13 |
Letztes Update | 2023-10-13 |
Veröffentlichungsdatum | 2023-08-08 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://www.streambridge.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.streambridge.io |
Hilfeseite URL | https://www.streambridge.io/support |
URL der Datenschutzrichtlinien-Seite | https://www.streambridge.io/privacy |
Unterstützte Sprachen | 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" ] } ] } |