ZanderLP - Livestream Notifications

ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!

Co to jest ZanderLP - Livestream Notifications?

ZanderLP - Livestream Notifications to rozszerzenie Chrome opracowane przez OneUp Solutions, a jego główną funkcją jest „ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ZanderLP - Livestream Notifications

Pobierz pliki rozszerzeń ZanderLP - Livestream Notifications w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ZanderLP - Livestream Notifications ZanderLP - Livestream Notifications
ID kjknhfbekpbmdpdgcafecclmaenpfpgm
Oficjalny URL https://chrome.google.com/webstore/detail/zanderlp-livestream-notif/kjknhfbekpbmdpdgcafecclmaenpfpgm
Opis ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!
Rozmiar pliku 54.41 KB
Liczba instalacji 10
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2018-09-14
Data Publikacji 2018-09-14
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper OneUp Solutions
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://zanderlp.de
Adres URL Strony Polityki Prywatności https://oneup-solutions.com
Obsługiwane Języki 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"
        ]
    }
}