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ファイルをダウンロード

Mizkif Updates拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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