Cheese Now - CHZZK Companion
CHZZK streams list and notifications
Cheese Now - CHZZK Companion là gì?
Cheese Now - CHZZK Companion là một tiện ích mở rộng Chrome được phát triển bởi https://chz.app, và tính năng chính của nó là "CHZZK streams list and notifications".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cheese Now - CHZZK Companion
Tải xuống các tệp mở rộng Cheese Now - CHZZK Companion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cheese Now - CHZZK Companion |
ID | cemmjndpjenafbjmafgjcpdnfafbkhee |
URL Chính Thức | https://chromewebstore.google.com/detail/cheese-now-chzzk-companio/cemmjndpjenafbjmafgjcpdnfafbkhee |
Mô tả | CHZZK streams list and notifications |
Kích Thước Tệp | 2.25 MB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2024-02-27 |
Ngày Phát Hành | 2024-01-09 |
Đánh Giá | 4.75/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://chz.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.chz.app/ |
URL Trang Trợ Giúp | https://www.chz.app/ |
URL Trang Chính Sách Bảo Mật | https://www.chz.app/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |