ZanderLP - Livestream Notifications
ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!
O que é ZanderLP - Livestream Notifications?
ZanderLP - Livestream Notifications é uma extensão do Chrome desenvolvida por OneUp Solutions, e sua principal característica é "ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ZanderLP - Livestream Notifications
Baixe arquivos de extensão ZanderLP - Livestream Notifications 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
ZanderLP - Livestream Notifications Nie wieder einen Stream verpassen! Erhalte direkt eine Nachricht innerhalb des Browsers sowie auch bei geschlossenem Browser wenn Zander Online ist. Weitere Informationen: https://zanderlp.de Hinweis: Dies ist ein Support-Plugin was ZanderLP durch Ref-Links unterstützt.
Informações Básicas da Extensão
Nome | |
ID | kjknhfbekpbmdpdgcafecclmaenpfpgm |
URL Oficial | https://chrome.google.com/webstore/detail/zanderlp-livestream-notif/kjknhfbekpbmdpdgcafecclmaenpfpgm |
Descrição | ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist! |
Tamanho do Arquivo | 54.41 KB |
Contagem de Instalações | 10 |
Versão Atual | 1.1.2 |
Última Atualização | 2018-09-14 |
Data de Publicação | 2018-09-14 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | OneUp Solutions |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://zanderlp.de |
URL da Página de Política de Privacidade | https://oneup-solutions.com |
Idiomas Suportados | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1.2", "name": "ZanderLP - Livestream Notifications", "short_name": "ZanderLP", "description": "ZanderLP - Livestream Notifications \nErhalte direkt eine Nachricht, wenn Zander Live ist!", "icons": { "64": "icons\/64.png" }, "browser_action": { "default_icon": "icons\/64.png" }, "permissions": [ "notifications", "storage", "background" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "jquery-3.1.1.min.js", "background.js" ] } } |