ZanderLP - Livestream Notifications

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

What is ZanderLP - Livestream Notifications?

ZanderLP - Livestream Notifications is a Chrome extension developed by OneUp Solutions, and its main feature is "ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!".

Extension Screenshots

screenshot

Download ZanderLP - Livestream Notifications Extension CRX File

Download ZanderLP - Livestream Notifications extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ZanderLP - Livestream Notifications ZanderLP - Livestream Notifications
ID kjknhfbekpbmdpdgcafecclmaenpfpgm
Official URL https://chrome.google.com/webstore/detail/zanderlp-livestream-notif/kjknhfbekpbmdpdgcafecclmaenpfpgm
Description ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!
File Size 54.41 KB
Installation Count 10
Current Version 1.1.2
Last Updated 2018-09-14
Publish Date 2018-09-14
Rating 5.00/5 Total 5 Ratings
Developer OneUp Solutions
Email [email protected]
Payment Type free
Extension Website https://zanderlp.de
Privacy Policy Page URL https://oneup-solutions.com
Supported Languages 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"
        ]
    }
}