Stream Bridge - Watch everyone on Twitch

Watch streamers from other streaming services on Twitch!

Stream Bridge - Watch everyone on Twitch là gì?

Stream Bridge - Watch everyone on Twitch là một tiện ích mở rộng Chrome được phát triển bởi https://www.streambridge.io, và tính năng chính của nó là "Watch streamers from other streaming services on Twitch!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stream Bridge - Watch everyone on Twitch

Tải xuống các tệp mở rộng Stream Bridge - Watch everyone on Twitch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stream Bridge - Watch everyone on Twitch Stream Bridge - Watch everyone on Twitch
ID oidkgchhceggifadcafliepojifbgdji
URL Chính Thức https://chromewebstore.google.com/detail/stream-bridge-watch-every/oidkgchhceggifadcafliepojifbgdji
Mô tả Watch streamers from other streaming services on Twitch!
Kích Thước Tệp 335 KB
Số Lần Cài Đặt 210
Phiên Bản Hiện Tại 1.8.13
Cập Nhật Lần Cuối 2023-10-13
Ngày Phát Hành 2023-08-08
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.streambridge.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.streambridge.io
URL Trang Trợ Giúp https://www.streambridge.io/support
URL Trang Chính Sách Bảo Mật https://www.streambridge.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}