ZanderLP - Livestream Notifications

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

Τι είναι το ZanderLP - Livestream Notifications;

Το ZanderLP - Livestream Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον OneUp Solutions, και η κύρια λειτουργία του είναι "ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ZanderLP - Livestream Notifications

Λήψη αρχείων επέκτασης ZanderLP - Livestream Notifications σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ZanderLP - Livestream Notifications ZanderLP - Livestream Notifications
ID kjknhfbekpbmdpdgcafecclmaenpfpgm
Επίσημο URL https://chrome.google.com/webstore/detail/zanderlp-livestream-notif/kjknhfbekpbmdpdgcafecclmaenpfpgm
Περιγραφή ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!
Μέγεθος Αρχείου 54.41 KB
Αριθμός Εγκαταστάσεων 10
Τρέχουσα Έκδοση 1.1.2
Τελευταία Ενημέρωση 2018-09-14
Ημερομηνία Δημοσίευσης 2018-09-14
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής OneUp Solutions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://zanderlp.de
URL της Σελίδας Πολιτικής Απορρήτου https://oneup-solutions.com
Υποστηριζόμενες Γλώσσες 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"
        ]
    }
}