youtube-live-chat-notifier
Chrome Extension for Notifying Chat Messages on YouTube Live.
Was ist youtube-live-chat-notifier?
youtube-live-chat-notifier ist eine Chrome-Erweiterung, die von https://fiahfy.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Chrome Extension for Notifying Chat Messages on YouTube Live.".
Erweiterungsscreenshots
youtube-live-chat-notifier-Erweiterungs-CRX-Datei herunterladen
Laden Sie youtube-live-chat-notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- Notify chat messages by authority types.
Grundlegende Informationen zur Erweiterung
Name | |
ID | comcgfpdgcmplihamnpfehmmgablmenl |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-live-chat-notifie/comcgfpdgcmplihamnpfehmmgablmenl |
Beschreibung | Chrome Extension for Notifying Chat Messages on YouTube Live. |
Dateigröße | 102 KB |
Installationsanzahl | 183 |
Aktuelle Version | 0.0.8 |
Letztes Update | 2023-05-06 |
Veröffentlichungsdatum | 2020-05-25 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://fiahfy.blogspot.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } ] } |