Miteruyo

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

Qu'est-ce que Miteruyo ?

Miteruyo est une extension Chrome développée par tsubasa.azumagakito, et sa fonction principale est "Twitch channel list and automatically opens specified channels when they start streaming.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Miteruyo

Téléchargez les fichiers d'extension Miteruyo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

Informations de Base sur l'Extension

Nom Miteruyo Miteruyo
ID pcjappfkdnnpblimmkppaanhdjikfbjf
URL Officiel https://chromewebstore.google.com/detail/miteruyo/pcjappfkdnnpblimmkppaanhdjikfbjf
Description Twitch channel list and automatically opens specified channels when they start streaming.
Taille du Fichier 1.51 MB
Nombre d'Installations 157
Version Actuelle 1.0.7
Dernière Mise à Jour 2024-02-16
Date de Publication 2023-05-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur tsubasa.azumagakito
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.twitch.tv/azumagbanjo
Langues Prises en Charge 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'"
    }
}