Twitch Auto Switcher

Switch to the next stream when current went offline

Twitch Auto Switcherคืออะไร?

Twitch Auto Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rena Ryuugu และคุณลักษณะหลักของมันคือ "Switch to the next stream when current went offline"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Auto Switcher

ดาวน์โหลดไฟล์ส่วนขยาย Twitch Auto Switcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension automatically switches stream on the twitch.tv website when the currently watched one has become offline. Users can configure switch behavior.

Available options:
 - Currently watched category (default)
 - Popular streams
 - Any available stream category 

Additional features:
 - Temporary enable/disable switching                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitch Auto Switcher Twitch Auto Switcher
ID pnbkgojbcabcnllmijapjhbbgagfelfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-auto-switcher/pnbkgojbcabcnllmijapjhbbgagfelfi
คำอธิบาย Switch to the next stream when current went offline
ขนาดไฟล์ 167 KB
จำนวนการติดตั้ง 221
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2022-12-31
วันที่เผยแพร่ 2020-04-20
คะแนน 3.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Rena Ryuugu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/svmn/twitch-auto-switcher
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.1.0",
    "manifest_version": 3,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "24": "icons\/icon-24.png",
            "32": "icons\/icon-32.png"
        },
        "default_title": "__MSG_popupTitle__",
        "default_popup": "popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjK4BljfVuTP0TNeJXftEyosUUryw0K0\/pS8a34d6RwGLDjDWZXBlEJrKtP1hB904rvJMs5cXTGuImlaTvZklf6TQ2CgRgFlVDnE4YWoTUa+YNLaRDwpwQejkm9AtHDQpsPG3pH9ymSw7cU87Q8v0ZmBPAzgH+IIJ4IcxtGRcMg1FmZt5JcXCtkGMpqk9ukb7RNdu7I0VZnaBQkKriWmV7\/EXjfzRzFSk08f95\/BBfBCi0rZAuGFYOi5IpyjgP4Vv3I8RyKIhTCl0UGIZZthjzq\/3VIM\/VzVAG3d4cdl9cj7paNeSxwGNV3XYExuXTSChv6Z\/6D1f8lKkmweAofwtzwIDAQAB"
}