Stream Bridge - Watch everyone on Twitch

Watch streamers from other streaming services on Twitch!

什么是Stream Bridge - Watch everyone on Twitch?

Stream Bridge - Watch everyone on Twitch是由https://www.streambridge.io开发的Chrome扩展程序,该扩展的主要功能是“Watch streamers from other streaming services on Twitch!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Stream Bridge - Watch everyone on Twitch扩展crx文件

下载Stream Bridge - Watch everyone on Twitch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Stream Bridge - Watch everyone on Twitch Stream Bridge - Watch everyone on Twitch
ID oidkgchhceggifadcafliepojifbgdji
官方URL https://chromewebstore.google.com/detail/stream-bridge-watch-every/oidkgchhceggifadcafliepojifbgdji
简介 Watch streamers from other streaming services on Twitch!
文件大小 335 KB
安装次数 210
当前版本 1.8.13
更新时间 2023-10-13
上架时间 2023-08-08
评分 5.00/5 共3次评分
开发者 https://www.streambridge.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.streambridge.io
帮助页面URL https://www.streambridge.io/support
隐私政策页面URL https://www.streambridge.io/privacy
支持的语言 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"
            ]
        }
    ]
}