youtube-live-chat-notifier

Chrome Extension for Notifying Chat Messages on YouTube Live.

Vad är youtube-live-chat-notifier?

youtube-live-chat-notifier är en Chrome-tillägg utvecklad av https://fiahfy.blogspot.com, och dess huvudfunktion är "Chrome Extension for Notifying Chat Messages on YouTube Live.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner youtube-live-chat-notifier-förlängningens CRX-fil

Ladda ner youtube-live-chat-notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        - Notify chat messages by authority types.                    

Grundläggande Information om Tillägg

Namn youtube-live-chat-notifier youtube-live-chat-notifier
ID comcgfpdgcmplihamnpfehmmgablmenl
Officiell webbadress https://chromewebstore.google.com/detail/youtube-live-chat-notifie/comcgfpdgcmplihamnpfehmmgablmenl
Beskrivning Chrome Extension for Notifying Chat Messages on YouTube Live.
Filstorlek 102 KB
Antal Installationer 183
Aktuell Version 0.0.8
Senast Uppdaterad 2023-05-06
Publiceringsdatum 2020-05-25
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://fiahfy.blogspot.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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
        }
    ]
}