Mizkif Updates

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

Mizkif Updatesคืออะไร?

Mizkif Updates เป็นส่วนขยายของ Chrome ที่พัฒนาโดย guacsenpai และคุณลักษณะหลักของมันคือ "Receive updates letting you know when Mizkif goes live or changes games."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mizkif Updates

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}