ZanderLP - Livestream Notifications
ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!
Vad är ZanderLP - Livestream Notifications?
ZanderLP - Livestream Notifications är en Chrome-tillägg utvecklad av OneUp Solutions, och dess huvudfunktion är "ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!".
Tilläggsskärmbilder
Ladda ner ZanderLP - Livestream Notifications-förlängningens CRX-fil
Ladda ner ZanderLP - Livestream Notifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | kjknhfbekpbmdpdgcafecclmaenpfpgm |
Officiell webbadress | https://chrome.google.com/webstore/detail/zanderlp-livestream-notif/kjknhfbekpbmdpdgcafecclmaenpfpgm |
Beskrivning | ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist! |
Filstorlek | 54.41 KB |
Antal Installationer | 10 |
Aktuell Version | 1.1.2 |
Senast Uppdaterad | 2018-09-14 |
Publiceringsdatum | 2018-09-14 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | OneUp Solutions |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://zanderlp.de |
URL till Sekretesspolicy Sidan | https://oneup-solutions.com |
Stödda Språk | 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" ] } } |