Miteruyo

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

Miteruyoとは何ですか?

Miteruyoはtsubasa.azumagakitoによって開発されたChromeの拡張機能で、その主な機能は「Twitch channel list and automatically opens specified channels when they start streaming.」です。

拡張機能のスクリーンショット

screenshot

Miteruyo拡張機能のCRXファイルをダウンロード

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
Eメール [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'"
    }
}