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