Cheese Now - CHZZK Companion
CHZZK streams list and notifications
Qu'est-ce que Cheese Now - CHZZK Companion ?
Cheese Now - CHZZK Companion est une extension Chrome développée par https://chz.app, et sa fonction principale est "CHZZK streams list and notifications".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cheese Now - CHZZK Companion
Téléchargez les fichiers d'extension Cheese Now - CHZZK Companion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Cheese Now - CHZZK Companion |
ID | cemmjndpjenafbjmafgjcpdnfafbkhee |
URL Officiel | https://chromewebstore.google.com/detail/cheese-now-chzzk-companio/cemmjndpjenafbjmafgjcpdnfafbkhee |
Description | CHZZK streams list and notifications |
Taille du Fichier | 2.25 MB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2024-02-27 |
Date de Publication | 2024-01-09 |
Évaluation | 4.75/5 Total 8 Évaluations |
Développeur | https://chz.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.chz.app/ |
URL de la Page d'Aide | https://www.chz.app/ |
URL de la Page de Politique de Confidentialité | https://www.chz.app/privacy |
Langues Prises en Charge | 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 } } |