ZanderLP - Livestream Notifications
ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!
Cos'è ZanderLP - Livestream Notifications?
ZanderLP - Livestream Notifications è un'estensione di Chrome sviluppata da OneUp Solutions, e la sua funzione principale è "ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ZanderLP - Livestream Notifications
Scarica i file di estensione ZanderLP - Livestream Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | kjknhfbekpbmdpdgcafecclmaenpfpgm |
URL Ufficiale | https://chrome.google.com/webstore/detail/zanderlp-livestream-notif/kjknhfbekpbmdpdgcafecclmaenpfpgm |
Descrizione | ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist! |
Dimensione del File | 54.41 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 1.1.2 |
Ultimo Aggiornamento | 2018-09-14 |
Data di Pubblicazione | 2018-09-14 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | OneUp Solutions |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://zanderlp.de |
URL della Pagina della Politica sulla Privacy | https://oneup-solutions.com |
Lingue Supportate | 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" ] } } |