ZanderLP - Livestream Notifications
ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!
Co je ZanderLP - Livestream Notifications?
ZanderLP - Livestream Notifications je rozšíření Chrome vyvinuté OneUp Solutions, a jeho hlavní funkcí je „ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření ZanderLP - Livestream Notifications
Stáhněte si soubory rozšíření ZanderLP - Livestream Notifications ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | kjknhfbekpbmdpdgcafecclmaenpfpgm |
| Oficiální URL | https://chrome.google.com/webstore/detail/zanderlp-livestream-notif/kjknhfbekpbmdpdgcafecclmaenpfpgm |
| Popis | ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist! |
| Velikost souboru | 54.41 KB |
| Počet instalací | 10 |
| Aktuální Verze | 1.1.2 |
| Poslední Aktualizace | 2018-09-14 |
| Datum Vydání | 2018-09-14 |
| Hodnocení | 5.00/5 Celkem 5 Hodnocení |
| Vývojář | OneUp Solutions |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://zanderlp.de |
| URL Stránky Zásad Ochrany Soukromí | https://oneup-solutions.com |
| Podporované Jazyky | 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"
]
}
} | |