Miteruyo

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

Co to jest Miteruyo?

Miteruyo to rozszerzenie Chrome opracowane przez tsubasa.azumagakito, a jego główną funkcją jest „Twitch channel list and automatically opens specified channels when they start streaming.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Miteruyo

Pobierz pliki rozszerzeń Miteruyo w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

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

Podstawowe informacje o rozszerzeniu

Nazwa Miteruyo Miteruyo
ID pcjappfkdnnpblimmkppaanhdjikfbjf
Oficjalny URL https://chromewebstore.google.com/detail/miteruyo/pcjappfkdnnpblimmkppaanhdjikfbjf
Opis Twitch channel list and automatically opens specified channels when they start streaming.
Rozmiar pliku 1.51 MB
Liczba instalacji 157
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2024-02-16
Data Publikacji 2023-05-09
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper tsubasa.azumagakito
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://www.twitch.tv/azumagbanjo
Obsługiwane Języki 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'"
    }
}