ZanderLP - Livestream Notifications
ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!
¿Qué es ZanderLP - Livestream Notifications?
ZanderLP - Livestream Notifications es una extensión de Chrome desarrollada por OneUp Solutions, y su función principal es "ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ZanderLP - Livestream Notifications
Descarga archivos de extensión ZanderLP - Livestream Notifications en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | kjknhfbekpbmdpdgcafecclmaenpfpgm |
URL Oficial | https://chrome.google.com/webstore/detail/zanderlp-livestream-notif/kjknhfbekpbmdpdgcafecclmaenpfpgm |
Descripción | ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist! |
Tamaño del Archivo | 54.41 KB |
Cantidad de Instalaciones | 10 |
Versión Actual | 1.1.2 |
Última Actualización | 2018-09-14 |
Fecha de Publicación | 2018-09-14 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | OneUp Solutions |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://zanderlp.de |
URL de la Página de Política de Privacidad | https://oneup-solutions.com |
Idiomas Soportados | 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" ] } } |