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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
개인정보 보호 정책 페이지 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" ] } } |