ZanderLP - Livestream Notifications

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

Qu'est-ce que ZanderLP - Livestream Notifications ?

ZanderLP - Livestream Notifications est une extension Chrome développée par OneUp Solutions, et sa fonction principale est "ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ZanderLP - Livestream Notifications

Téléchargez les fichiers d'extension ZanderLP - Livestream Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ZanderLP - Livestream Notifications ZanderLP - Livestream Notifications
ID kjknhfbekpbmdpdgcafecclmaenpfpgm
URL Officiel https://chrome.google.com/webstore/detail/zanderlp-livestream-notif/kjknhfbekpbmdpdgcafecclmaenpfpgm
Description ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!
Taille du Fichier 54.41 KB
Nombre d'Installations 10
Version Actuelle 1.1.2
Dernière Mise à Jour 2018-09-14
Date de Publication 2018-09-14
Évaluation 5.00/5 Total 5 Évaluations
Développeur OneUp Solutions
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://zanderlp.de
URL de la Page de Politique de Confidentialité https://oneup-solutions.com
Langues Prises en Charge 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"
        ]
    }
}