youtube-live-chat-notifier
Chrome Extension for Notifying Chat Messages on YouTube Live.
Что такое youtube-live-chat-notifier?
youtube-live-chat-notifier - это расширение Chrome, разработанное https://fiahfy.blogspot.com, и его основная функция - "Chrome Extension for Notifying Chat Messages on YouTube Live.".
Снимки экрана расширения
Скачать файл CRX расширения youtube-live-chat-notifier
Скачайте файлы расширений youtube-live-chat-notifier в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
- Notify chat messages by authority types.
Основная информация о расширении
Название | |
ID | comcgfpdgcmplihamnpfehmmgablmenl |
Официальный URL | https://chromewebstore.google.com/detail/youtube-live-chat-notifie/comcgfpdgcmplihamnpfehmmgablmenl |
Описание | Chrome Extension for Notifying Chat Messages on YouTube Live. |
Размер файла | 102 KB |
Количество установок | 183 |
Текущая Версия | 0.0.8 |
Последнее Обновление | 2023-05-06 |
Дата публикации | 2020-05-25 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | https://fiahfy.blogspot.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "youtube-live-chat-notifier", "description": "Chrome Extension for Notifying Chat Messages on YouTube Live.", "version": "0.0.8", "manifest_version": 3, "icons": { "128": "icon.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script.ts-loader-d0ff8b3d.js" ], "matches": [ "https:\/\/www.youtube.com\/live_chat*" ], "all_frames": true, "css": [ "assets\/content-script-a2229ce9.css" ] } ], "action": { "default_icon": "icon.png", "default_popup": "src\/popup.html" }, "permissions": [ "notifications", "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "assets\/content-script.ts-73e47f51.js" ], "use_dynamic_url": true } ] } |