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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.streambridge.io และคุณลักษณะหลักของมันคือ "Watch streamers from other streaming services on Twitch!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stream Bridge - Watch everyone on Twitch

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}