ZanderLP - Livestream Notifications

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

ZanderLP - Livestream Notificationsとは何ですか?

ZanderLP - Livestream NotificationsはOneUp Solutionsによって開発されたChromeの拡張機能で、その主な機能は「ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!」です。

拡張機能のスクリーンショット

screenshot

ZanderLP - Livestream Notifications拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        ]
    }
}