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!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ZanderLP - Livestream Notifications
قم بتنزيل ملفات الامتداد ZanderLP - Livestream Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة سياسة الخصوصية | 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" ] } } |