youtube-live-chat-notifier

Chrome Extension for Notifying Chat Messages on YouTube Live.

O que é youtube-live-chat-notifier?

youtube-live-chat-notifier é uma extensão do Chrome desenvolvida por https://fiahfy.blogspot.com, e sua principal característica é "Chrome Extension for Notifying Chat Messages on YouTube Live.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão youtube-live-chat-notifier

Baixe arquivos de extensão youtube-live-chat-notifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        - Notify chat messages by authority types.                    

Informações Básicas da Extensão

Nome youtube-live-chat-notifier youtube-live-chat-notifier
ID comcgfpdgcmplihamnpfehmmgablmenl
URL Oficial https://chromewebstore.google.com/detail/youtube-live-chat-notifie/comcgfpdgcmplihamnpfehmmgablmenl
Descrição Chrome Extension for Notifying Chat Messages on YouTube Live.
Tamanho do Arquivo 102 KB
Contagem de Instalações 183
Versão Atual 0.0.8
Última Atualização 2023-05-06
Data de Publicação 2020-05-25
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://fiahfy.blogspot.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
        }
    ]
}