ZanderLP - Livestream Notifications

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

ZanderLP - Livestream Notifications क्या है?

ZanderLP - Livestream Notifications OneUp Solutions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ZanderLP - Livestream Notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        ]
    }
}