ZanderLP - Livestream Notifications
ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!
Wat is ZanderLP - Livestream Notifications?
ZanderLP - Livestream Notifications is een Chrome-extensie ontwikkeld door OneUp Solutions, en de belangrijkste functie is "ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!".
Extensie Screenshots
Download het CRX-bestand van de extensie ZanderLP - Livestream Notifications
Download ZanderLP - Livestream Notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | kjknhfbekpbmdpdgcafecclmaenpfpgm |
Officiële URL | https://chrome.google.com/webstore/detail/zanderlp-livestream-notif/kjknhfbekpbmdpdgcafecclmaenpfpgm |
Beschrijving | ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist! |
Bestandsgrootte | 54.41 KB |
Aantal Installaties | 10 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2018-09-14 |
Publicatiedatum | 2018-09-14 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | OneUp Solutions |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://zanderlp.de |
URL van de Privacybeleid Pagina | https://oneup-solutions.com |
Ondersteunde Talen | 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" ] } } |