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