youtube-live-chat-notifier
Chrome Extension for Notifying Chat Messages on YouTube Live.
Cos'è youtube-live-chat-notifier?
youtube-live-chat-notifier è un'estensione di Chrome sviluppata da https://fiahfy.blogspot.com, e la sua funzione principale è "Chrome Extension for Notifying Chat Messages on YouTube Live.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione youtube-live-chat-notifier
Scarica i file di estensione youtube-live-chat-notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- Notify chat messages by authority types.
Informazioni di Base sull'Estensione
Nome | |
ID | comcgfpdgcmplihamnpfehmmgablmenl |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-live-chat-notifie/comcgfpdgcmplihamnpfehmmgablmenl |
Descrizione | Chrome Extension for Notifying Chat Messages on YouTube Live. |
Dimensione del File | 102 KB |
Conteggio Installazioni | 183 |
Versione Corrente | 0.0.8 |
Ultimo Aggiornamento | 2023-05-06 |
Data di Pubblicazione | 2020-05-25 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | https://fiahfy.blogspot.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } ] } |