youtube-live-chat-notifier
Chrome Extension for Notifying Chat Messages on YouTube Live.
什么是youtube-live-chat-notifier?
youtube-live-chat-notifier是由https://fiahfy.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Chrome Extension for Notifying Chat Messages on YouTube Live.”。
扩展截图
下载youtube-live-chat-notifier扩展crx文件
下载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 } ] } |