Youtube Live Checker

Check YouTube Live and New Videos in Subscriptions.

O que é Youtube Live Checker?

Youtube Live Checker é uma extensão do Chrome desenvolvida por http://terminalhouse.com, e sua principal característica é "Check YouTube Live and New Videos in Subscriptions.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Youtube Live Checker

Baixe arquivos de extensão Youtube Live Checker 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

                        Press this button to check onair channels and new videos. And you can also notify them.

*This app was translated into English using Google Translate.
If I did a strange translation, it would be helpful to report it with the correct translation.
I will fix it as soon as possible.                    

Informações Básicas da Extensão

Nome Youtube Live Checker Youtube Live Checker
ID jghnkkomfecnakafbmnbeahjbefdonjo
URL Oficial https://chrome.google.com/webstore/detail/youtube-live-checker/jghnkkomfecnakafbmnbeahjbefdonjo
Descrição Check YouTube Live and New Videos in Subscriptions.
Tamanho do Arquivo 88.97 KB
Contagem de Instalações 2,473
Versão Atual 0.0.1.6
Última Atualização 2020-11-04
Data de Publicação 2020-06-22
Classificação 4.33/5 Total de 9 Avaliações
Desenvolvedor http://terminalhouse.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://https
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1.6",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Youtube Live Checker",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon\/icon16.png"
        }
    },
    "permissions": [
        "https:\/\/www.youtube.com\/",
        "alarms",
        "idle",
        "storage",
        "notifications"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}