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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}