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ファイルをダウンロード
Pokemon Go Release Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 } |