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!”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | kjknhfbekpbmdpdgcafecclmaenpfpgm |
官方網址 | 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" ] } } |