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 |
官方網址 | 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 } } |