Cheese Now - CHZZK Companion

CHZZK streams list and notifications

Cheese Now - CHZZK Companionคืออะไร?

Cheese Now - CHZZK Companion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chz.app และคุณลักษณะหลักของมันคือ "CHZZK streams list and notifications"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cheese Now - CHZZK Companion

ดาวน์โหลดไฟล์ส่วนขยาย Cheese Now - CHZZK Companion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The popup lets you see your followed CHZZK channels and live streams and enables you to organize your follow list through collections. You can also see what streams and categories are trending right now.

You can also get notified when a streamer starts a stream or changes its category.

====
Source code: https://github.com/jebibot/cheese-now
Discord: https://discord.gg/9kq3UNKAkz

====
This extension is not affiliated with CHZZK, and related trademarks are the property of their respective owners.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cheese Now - CHZZK Companion Cheese Now - CHZZK Companion
ID cemmjndpjenafbjmafgjcpdnfafbkhee
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cheese-now-chzzk-companio/cemmjndpjenafbjmafgjcpdnfafbkhee
คำอธิบาย CHZZK streams list and notifications
ขนาดไฟล์ 2.25 MB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2024-01-09
คะแนน 4.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://chz.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.chz.app/
URL หน้าช่วยเหลือ https://www.chz.app/
URL หน้านโยบายความเป็นส่วนตัว https://www.chz.app/privacy
ภาษาที่รองรับ de,en,fr,no,tr,es,pl,pt-BR,ru,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "ko",
    "version": "1.2.0",
    "permissions": [
        "alarms",
        "background",
        "notifications",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/api.chzzk.naver.com\/*",
        "https:\/\/comm-api.game.naver.com\/*",
        "https:\/\/nng-phinf.pstatic.net\/*",
        "https:\/\/api.chz.app\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "icon-48.png",
        "96": "icon-96.png"
    },
    "action": {
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png"
        }
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    }
}