Mizkif Updates

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

Mizkif Updates là gì?

Mizkif Updates là một tiện ích mở rộng Chrome được phát triển bởi guacsenpai, và tính năng chính của nó là "Receive updates letting you know when Mizkif goes live or changes games.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mizkif Updates

Tải xuống các tệp mở rộng Mizkif Updates dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mizkif Updates Mizkif Updates
ID fjpncgabcdlhpmlcedjjdlbbembakoao
URL Chính Thức https://chromewebstore.google.com/detail/mizkif-updates/fjpncgabcdlhpmlcedjjdlbbembakoao
Mô tả Receive updates letting you know when Mizkif goes live or changes games.
Kích Thước Tệp 1.03 MB
Số Lần Cài Đặt 2,005
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2023-02-17
Ngày Phát Hành 2022-05-23
Đánh Giá 4.33/5 Tổng số 316 Đánh Giá
Nhà Phát Triển guacsenpai
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}