Pokemon Go Release Notifier
Be the first one to know when Pokemon Go is released in your country
Qu'est-ce que Pokemon Go Release Notifier ?
Pokemon Go Release Notifier est une extension Chrome développée par Random, et sa fonction principale est "Be the first one to know when Pokemon Go is released in your country".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Pokemon Go Release Notifier
Téléchargez les fichiers d'extension Pokemon Go Release Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Little extension that checks and notifies if Pokemon Go is released in a country every minute
Informations de Base sur l'Extension
Nom | Pokemon Go Release Notifier |
ID | kmecpmhgimonikjmfoonpcdmfnbekgcl |
URL Officiel | 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 |
Taille du Fichier | 63.13 KB |
Nombre d'Installations | 240 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2016-07-21 |
Date de Publication | 2016-07-21 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | Random |
Type de Paiement | free |
Langues Prises en Charge | 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 } |