Cheese Now - CHZZK Companion
CHZZK streams list and notifications
Что такое Cheese Now - CHZZK Companion?
Cheese Now - CHZZK Companion - это расширение Chrome, разработанное https://chz.app, и его основная функция - "CHZZK streams list and notifications".
Снимки экрана расширения
Скачать файл CRX расширения Cheese Now - CHZZK Companion
Скачайте файлы расширений 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 |
Электронная почта | [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 } } |