Miteruyo

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

Miteruyo क्या है?

Miteruyo tsubasa.azumagakito द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Twitch channel list and automatically opens specified channels when they start streaming."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Miteruyo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        主な機能:
- 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'"
    }
}