Cheese Now - CHZZK Companion
CHZZK streams list and notifications
Cheese Now - CHZZK Companionとは何ですか?
Cheese Now - CHZZK Companionはhttps://chz.appによって開発されたChromeの拡張機能で、その主な機能は「CHZZK streams list and notifications」です。
拡張機能のスクリーンショット
Cheese Now - CHZZK Companion拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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 } } |