Stream Bridge - Watch everyone on Twitch
Watch streamers from other streaming services on Twitch!
What is Stream Bridge - Watch everyone on Twitch?
Stream Bridge - Watch everyone on Twitch is a Chrome extension developed by https://www.streambridge.io, and its main feature is "Watch streamers from other streaming services on Twitch!".
Extension Screenshots
Download Stream Bridge - Watch everyone on Twitch Extension CRX File
Download Stream Bridge - Watch everyone on Twitch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Stream Bridge - Watch everyone on Twitch |
ID | oidkgchhceggifadcafliepojifbgdji |
Official URL | https://chromewebstore.google.com/detail/stream-bridge-watch-every/oidkgchhceggifadcafliepojifbgdji |
Description | Watch streamers from other streaming services on Twitch! |
File Size | 335 KB |
Installation Count | 210 |
Current Version | 1.8.13 |
Last Updated | 2023-10-13 |
Publish Date | 2023-08-08 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://www.streambridge.io |
[email protected] | |
Payment Type | free |
Extension Website | https://www.streambridge.io |
Help Page URL | https://www.streambridge.io/support |
Privacy Policy Page URL | https://www.streambridge.io/privacy |
Supported Languages | 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" ] } ] } |