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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
    }
}