ZanderLP - Livestream Notifications
ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!
Apa itu ZanderLP - Livestream Notifications?
ZanderLP - Livestream Notifications adalah ekstensi Chrome yang dikembangkan oleh OneUp Solutions, dan fitur utamanya adalah "ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ZanderLP - Livestream Notifications
Unduh file ekstensi ZanderLP - Livestream Notifications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | kjknhfbekpbmdpdgcafecclmaenpfpgm |
URL Resmi | https://chrome.google.com/webstore/detail/zanderlp-livestream-notif/kjknhfbekpbmdpdgcafecclmaenpfpgm |
Deskripsi | ZanderLP - Livestream Notifications Erhalte direkt eine Nachricht, wenn Zander Live ist! |
Ukuran File | 54.41 KB |
Jumlah Instalasi | 10 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2018-09-14 |
Tanggal Publikasi | 2018-09-14 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | OneUp Solutions |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://zanderlp.de |
URL Halaman Kebijakan Privasi | https://oneup-solutions.com |
Bahasa yang Didukung | 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" ] } } |