ZanderLP - Livestream Notifications
ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!
Hvad er ZanderLP - Livestream Notifications?
ZanderLP - Livestream Notifications er en Chrome-udvidelse udviklet af OneUp Solutions, og dens hovedfunktion er "ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!".
Udvidelsesskærmbilleder
Download ZanderLP - Livestream Notifications-udvidelses-CRX-fil
Download ZanderLP - Livestream Notifications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kjknhfbekpbmdpdgcafecclmaenpfpgm |
Officiel URL | https://chrome.google.com/webstore/detail/zanderlp-livestream-notif/kjknhfbekpbmdpdgcafecclmaenpfpgm |
Beskrivelse | ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist! |
Filstørrelse | 54.41 KB |
Antal Installationer | 10 |
Nuværende Version | 1.1.2 |
Senest Opdateret | 2018-09-14 |
Udgivelsesdato | 2018-09-14 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | OneUp Solutions |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://zanderlp.de |
URL til Fortrolighedspolitik Side | https://oneup-solutions.com |
Understøttede Sprog | 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" ] } } |