youtube-live-chat-notifier

Chrome Extension for Notifying Chat Messages on YouTube Live.

What is youtube-live-chat-notifier?

youtube-live-chat-notifier is a Chrome extension developed by https://fiahfy.blogspot.com, and its main feature is "Chrome Extension for Notifying Chat Messages on YouTube Live.".

Extension Screenshots

screenshot
screenshot

Download youtube-live-chat-notifier Extension CRX File

Download youtube-live-chat-notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - Notify chat messages by authority types.                    

Extension Basic Information

Name youtube-live-chat-notifier youtube-live-chat-notifier
ID comcgfpdgcmplihamnpfehmmgablmenl
Official URL https://chromewebstore.google.com/detail/youtube-live-chat-notifie/comcgfpdgcmplihamnpfehmmgablmenl
Description Chrome Extension for Notifying Chat Messages on YouTube Live.
File Size 102 KB
Installation Count 183
Current Version 0.0.8
Last Updated 2023-05-06
Publish Date 2020-05-25
Rating 5.00/5 Total 3 Ratings
Developer https://fiahfy.blogspot.com
Email [email protected]
Payment Type free
Supported Languages 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
        }
    ]
}