youtube-live-chat-notifier

Chrome Extension for Notifying Chat Messages on YouTube Live.

Co to jest youtube-live-chat-notifier?

youtube-live-chat-notifier to rozszerzenie Chrome opracowane przez https://fiahfy.blogspot.com, a jego główną funkcją jest „Chrome Extension for Notifying Chat Messages on YouTube Live.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia youtube-live-chat-notifier

Pobierz pliki rozszerzeń youtube-live-chat-notifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        - Notify chat messages by authority types.                    

Podstawowe informacje o rozszerzeniu

Nazwa youtube-live-chat-notifier youtube-live-chat-notifier
ID comcgfpdgcmplihamnpfehmmgablmenl
Oficjalny URL https://chromewebstore.google.com/detail/youtube-live-chat-notifie/comcgfpdgcmplihamnpfehmmgablmenl
Opis Chrome Extension for Notifying Chat Messages on YouTube Live.
Rozmiar pliku 102 KB
Liczba instalacji 183
Aktualna Wersja 0.0.8
Ostatnia Aktualizacja 2023-05-06
Data Publikacji 2020-05-25
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://fiahfy.blogspot.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
        }
    ]
}