Pokemon Go Release Notifier
Be the first one to know when Pokemon Go is released in your country
What is Pokemon Go Release Notifier?
Pokemon Go Release Notifier is a Chrome extension developed by Random, and its main feature is "Be the first one to know when Pokemon Go is released in your country".
Extension Screenshots
Download Pokemon Go Release Notifier Extension CRX File
Download Pokemon Go Release Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Little extension that checks and notifies if Pokemon Go is released in a country every minute
Extension Basic Information
Name | Pokemon Go Release Notifier |
ID | kmecpmhgimonikjmfoonpcdmfnbekgcl |
Official URL | https://chromewebstore.google.com/detail/pokemon-go-release-notifi/kmecpmhgimonikjmfoonpcdmfnbekgcl |
Description | Be the first one to know when Pokemon Go is released in your country |
File Size | 63.13 KB |
Installation Count | 240 |
Current Version | 1.1.0 |
Last Updated | 2016-07-21 |
Publish Date | 2016-07-21 |
Rating | 2.33/5 Total 3 Ratings |
Developer | Random |
Payment Type | free |
Supported Languages | 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 } |