youtube-live-chat-notifier

Chrome Extension for Notifying Chat Messages on YouTube Live.

Hvad er youtube-live-chat-notifier?

youtube-live-chat-notifier er en Chrome-udvidelse udviklet af https://fiahfy.blogspot.com, og dens hovedfunktion er "Chrome Extension for Notifying Chat Messages on YouTube Live.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download youtube-live-chat-notifier-udvidelses-CRX-fil

Download youtube-live-chat-notifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        - Notify chat messages by authority types.                    

Grundlæggende oplysninger om udvidelsen

Navn youtube-live-chat-notifier youtube-live-chat-notifier
ID comcgfpdgcmplihamnpfehmmgablmenl
Officiel URL https://chromewebstore.google.com/detail/youtube-live-chat-notifie/comcgfpdgcmplihamnpfehmmgablmenl
Beskrivelse Chrome Extension for Notifying Chat Messages on YouTube Live.
Filstørrelse 102 KB
Antal Installationer 183
Nuværende Version 0.0.8
Senest Opdateret 2023-05-06
Udgivelsesdato 2020-05-25
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://fiahfy.blogspot.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
        }
    ]
}