Chelxie Live Notifier
Extension pour suivre les lives de Chelxie.
Chelxie Live Notifier란 무엇입니까?
Chelxie Live Notifier은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension pour suivre les lives de Chelxie."입니다.
확장 프로그램 스크린샷
Chelxie Live Notifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Nouvelle extension pour savoir si je suis en live et ça vous indique aussi quand une nouvelle vidéo est sortie ! Créateur: Nucktrooper Son site: http://extensionlivenotifier.weebly.com/ Merci de ne pas réutiliser cette extension sans le consentement de Nucktrooper
확장 프로그램 기본 정보
이름 | Chelxie Live Notifier |
ID | klabflpfhnpedmlbhmnahgffelndbllk |
공식 URL | https://chromewebstore.google.com/detail/chelxie-live-notifier/klabflpfhnpedmlbhmnahgffelndbllk |
설명 | Extension pour suivre les lives de Chelxie. |
파일 크기 | 401 KB |
설치 횟수 | 153 |
현재 버전 | 6.6.6 |
최근 업데이트 | 2017-03-30 |
출시 날짜 | 2017-03-30 |
평점 | 4.83/5 총 23 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://chelxie.fr |
지원되는 언어 | de,en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "6.6.6", "default_locale": "fr", "name": "Chelxie Live Notifier", "description": "Extension pour suivre les lives de Chelxie.", "background": { "persistent": true, "scripts": [ ".\/src\/streamer.js", ".\/src\/background.js", ".\/src\/main.js" ] }, "author": "Nucktrooper", "homepage_url": "http:\/\/extensionlivenotifier.weebly.com\/", "manifest_version": 2, "icons": { "128": "icon.png" }, "permissions": [ "notifications" ], "optional_permissions": [ "background" ], "options_ui": { "open_in_tab": true, "page": "options\/options.html" }, "browser_action": { "default_icon": { "19": "data\/Button_OFF.png" }, "default_popup": ".\/popup\/popup.html" } } |