youtube-live-chat-notifier
Chrome Extension for Notifying Chat Messages on YouTube Live.
Co je youtube-live-chat-notifier?
youtube-live-chat-notifier je rozšíření Chrome vyvinuté https://fiahfy.blogspot.com, a jeho hlavní funkcí je „Chrome Extension for Notifying Chat Messages on YouTube Live.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření youtube-live-chat-notifier
Stáhněte si soubory rozšíření youtube-live-chat-notifier ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
- Notify chat messages by authority types.
Základní Informace o Rozšíření
Název | |
ID | comcgfpdgcmplihamnpfehmmgablmenl |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-live-chat-notifie/comcgfpdgcmplihamnpfehmmgablmenl |
Popis | Chrome Extension for Notifying Chat Messages on YouTube Live. |
Velikost souboru | 102 KB |
Počet instalací | 183 |
Aktuální Verze | 0.0.8 |
Poslední Aktualizace | 2023-05-06 |
Datum Vydání | 2020-05-25 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | https://fiahfy.blogspot.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } ] } |