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 |
Eメール | [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 } ] } |