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