Cheese Now - CHZZK Companion
CHZZK streams list and notifications
Wat is Cheese Now - CHZZK Companion?
Cheese Now - CHZZK Companion is een Chrome-extensie ontwikkeld door https://chz.app, en de belangrijkste functie is "CHZZK streams list and notifications".
Extensie Screenshots
Download het CRX-bestand van de extensie Cheese Now - CHZZK Companion
Download Cheese Now - CHZZK Companion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Cheese Now - CHZZK Companion |
ID | cemmjndpjenafbjmafgjcpdnfafbkhee |
Officiële URL | https://chromewebstore.google.com/detail/cheese-now-chzzk-companio/cemmjndpjenafbjmafgjcpdnfafbkhee |
Beschrijving | CHZZK streams list and notifications |
Bestandsgrootte | 2.25 MB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2024-02-27 |
Publicatiedatum | 2024-01-09 |
Beoordeling | 4.75/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://chz.app |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.chz.app/ |
Help Pagina-URL | https://www.chz.app/ |
URL van de Privacybeleid Pagina | https://www.chz.app/privacy |
Ondersteunde Talen | 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 } } |