Cheese Now - CHZZK Companion

CHZZK streams list and notifications

Was ist Cheese Now - CHZZK Companion?

Cheese Now - CHZZK Companion ist eine Chrome-Erweiterung, die von https://chz.app entwickelt wurde, und ihr Hauptmerkmal ist "CHZZK streams list and notifications".

Erweiterungsscreenshots

screenshot
screenshot

Cheese Now - CHZZK Companion-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cheese Now - CHZZK Companion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Cheese Now - CHZZK Companion Cheese Now - CHZZK Companion
ID cemmjndpjenafbjmafgjcpdnfafbkhee
Offizielle URL https://chromewebstore.google.com/detail/cheese-now-chzzk-companio/cemmjndpjenafbjmafgjcpdnfafbkhee
Beschreibung CHZZK streams list and notifications
Dateigröße 2.25 MB
Installationsanzahl 1,000
Aktuelle Version 1.2.0
Letztes Update 2024-02-27
Veröffentlichungsdatum 2024-01-09
Bewertung 4.75/5 Insgesamt 8 Bewertungen
Entwickler https://chz.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.chz.app/
Hilfeseite URL https://www.chz.app/
URL der Datenschutzrichtlinien-Seite https://www.chz.app/privacy
Unterstützte Sprachen 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
    }
}