Leh_TV stream check
This extension checks whether Leh_TV stream is live!
O que é Leh_TV stream check?
Leh_TV stream check é uma extensão do Chrome desenvolvida por pawelleh, e sua principal característica é "This extension checks whether Leh_TV stream is live!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Leh_TV stream check
Baixe arquivos de extensão Leh_TV stream check 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
Jeżeli nie chcesz przegapić kolejnego streama, to koniecznie zainstaluj tę wtyczkę! Jeżeli klikniecie prawym przyciskiem myszki na zainstalowaną wtyczkę, to wchodząc w opcje macie możliwość ustawienia strony na która ma Was przekierowywać wtyczka.
Informações Básicas da Extensão
Nome | Leh_TV stream check |
ID | iddineejdjngcemldfpdndoiiljghnmf |
URL Oficial | https://chromewebstore.google.com/detail/lehtv-stream-check/iddineejdjngcemldfpdndoiiljghnmf |
Descrição | This extension checks whether Leh_TV stream is live! |
Tamanho do Arquivo | 67.16 KB |
Contagem de Instalações | 284 |
Versão Atual | 1.3 |
Última Atualização | 2020-01-19 |
Data de Publicação | 2020-01-19 |
Classificação | 5.00/5 Total de 10 Avaliações |
Desenvolvedor | pawelleh |
Tipo de Pagamento | free |
Idiomas Suportados | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Leh_TV stream check", "description": "This extension checks whether Leh_TV stream is live!", "version": "1.3", "browser_action": { "default_icon": { "16": "img\/off16x16.png", "48": "img\/off48x48.png", "128": "img\/off128x128.png" } }, "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "img\/on16x16.png", "48": "img\/on48x48.png", "128": "img\/on128x128.png" }, "permissions": [ "activeTab", "background", "notifications", "storage", "https:\/\/code.jquery.com\/", "https:\/\/ttv-api.s3.amazonaws.com\/", "https:\/\/api.twitch.tv\/kraken\/", "*:\/\/api.leh.tv\/" ], "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/ https:\/\/ttv-api.s3.amazonaws.com\/; object-src 'self'", "background": { "persistent": true, "page": "bg.html" } } |