Mizkif Updates

Receive updates letting you know when Mizkif goes live or changes games.

Mizkif Updates란 무엇입니까?

Mizkif Updates은(는) guacsenpai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Receive updates letting you know when Mizkif goes live or changes games."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Mizkif Updates 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Mizkif Updates allows you to receive up to date information about Mizkif. The extension will allow you to see if he is live, what category he is in, the latest tweet, and receive notifications any time Mizkif goes live or changes categories on Twitch.                    

확장 프로그램 기본 정보

이름 Mizkif Updates Mizkif Updates
ID fjpncgabcdlhpmlcedjjdlbbembakoao
공식 URL https://chromewebstore.google.com/detail/mizkif-updates/fjpncgabcdlhpmlcedjjdlbbembakoao
설명 Receive updates letting you know when Mizkif goes live or changes games.
파일 크기 1.03 MB
설치 횟수 2,005
현재 버전 1.2.0
최근 업데이트 2023-02-17
출시 날짜 2022-05-23
평점 4.33/5 총 316 개의 평점
개발자 guacsenpai
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mizkif Updates",
    "description": "Receive updates letting you know when Mizkif goes live or changes games.",
    "version": "1.2.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.otkdata.com\/*"
    ],
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/mizkif_icon16.png",
            "32": "\/images\/mizkif_icon32.png",
            "48": "\/images\/mizkif_icon48.png",
            "128": "\/images\/mizkif_icon128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/mizkif"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "\/images\/mizkif_icon16.png",
        "32": "\/images\/mizkif_icon32.png",
        "48": "\/images\/mizkif_icon48.png",
        "128": "\/images\/mizkif_icon128.png"
    },
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    }
}