Miteruyo

Twitch channel list and automatically opens specified channels when they start streaming.

Miteruyoคืออะไร?

Miteruyo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tsubasa.azumagakito และคุณลักษณะหลักของมันคือ "Twitch channel list and automatically opens specified channels when they start streaming."

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

screenshot

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

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

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

                        主な機能:
- Twitch チャネルを登録しリスト化
- 登録したチャネルが配信中であるかどうかのステータスを表示、クリックで遷移
- 指定チャネルを新規ウィンドウ/タブで自動遷移

En: Twitch channel list and automatically opens specified channels when they start streaming.

Ver 1.0.5:
- ブラウザ間の設定共有を廃止
- 設定を自動引き継ぎ(環境によっては再設定必要な場合あり)
- Twitchとの再連携時に既存設定が消えることがあった問題の修正                    

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

ชื่อ Miteruyo Miteruyo
ID pcjappfkdnnpblimmkppaanhdjikfbjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/miteruyo/pcjappfkdnnpblimmkppaanhdjikfbjf
คำอธิบาย Twitch channel list and automatically opens specified channels when they start streaming.
ขนาดไฟล์ 1.51 MB
จำนวนการติดตั้ง 157
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2024-02-16
วันที่เผยแพร่ 2023-05-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา tsubasa.azumagakito
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.twitch.tv/azumagbanjo
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Miteruyo",
    "version": "1.0.7",
    "description": "Twitch channel list and automatically opens specified channels when they start streaming.",
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "alarms"
    ],
    "icons": {
        "48": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}