Pokemon Go Release Notifier
Be the first one to know when Pokemon Go is released in your country
Pokemon Go Release Notifier란 무엇입니까?
Pokemon Go Release Notifier은(는) Random에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Be the first one to know when Pokemon Go is released in your country"입니다.
확장 프로그램 스크린샷
Pokemon Go Release Notifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Little extension that checks and notifies if Pokemon Go is released in a country every minute
확장 프로그램 기본 정보
이름 | Pokemon Go Release Notifier |
ID | kmecpmhgimonikjmfoonpcdmfnbekgcl |
공식 URL | https://chromewebstore.google.com/detail/pokemon-go-release-notifi/kmecpmhgimonikjmfoonpcdmfnbekgcl |
설명 | Be the first one to know when Pokemon Go is released in your country |
파일 크기 | 63.13 KB |
설치 횟수 | 240 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2016-07-21 |
출시 날짜 | 2016-07-21 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | Random |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pokemon Go Release Notifier", "description": "Be the first one to know when Pokemon Go is released in your country", "version": "1.1.0", "icons": { "128": "Good.png" }, "options_page": "options.html", "browser_action": { "default_icon": "Neutral.png", "default_popup": "options.html" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "notifications", "storage" ], "manifest_version": 2 } |