Stream Bridge - Watch everyone on Twitch
Watch streamers from other streaming services on Twitch!
Co je Stream Bridge - Watch everyone on Twitch?
Stream Bridge - Watch everyone on Twitch je rozšíření Chrome vyvinuté https://www.streambridge.io, a jeho hlavní funkcí je „Watch streamers from other streaming services on Twitch!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Stream Bridge - Watch everyone on Twitch
Stáhněte si soubory rozšíření Stream Bridge - Watch everyone on Twitch ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Stream Bridge - Watch everyone on Twitch |
ID | oidkgchhceggifadcafliepojifbgdji |
Oficiální URL | https://chromewebstore.google.com/detail/stream-bridge-watch-every/oidkgchhceggifadcafliepojifbgdji |
Popis | Watch streamers from other streaming services on Twitch! |
Velikost souboru | 335 KB |
Počet instalací | 210 |
Aktuální Verze | 1.8.13 |
Poslední Aktualizace | 2023-10-13 |
Datum Vydání | 2023-08-08 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | https://www.streambridge.io |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.streambridge.io |
URL Stránky Nápovědy | https://www.streambridge.io/support |
URL Stránky Zásad Ochrany Soukromí | https://www.streambridge.io/privacy |
Podporované Jazyky | 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" ] } ] } |