Pokemon Go Release Notifier
Be the first one to know when Pokemon Go is released in your country
Cos'è Pokemon Go Release Notifier?
Pokemon Go Release Notifier è un'estensione di Chrome sviluppata da Random, e la sua funzione principale è "Be the first one to know when Pokemon Go is released in your country".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pokemon Go Release Notifier
Scarica i file di estensione Pokemon Go Release Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Little extension that checks and notifies if Pokemon Go is released in a country every minute Informazioni di Base sull'Estensione
| Nome | |
| ID | kmecpmhgimonikjmfoonpcdmfnbekgcl |
| URL Ufficiale | https://chromewebstore.google.com/detail/pokemon-go-release-notifi/kmecpmhgimonikjmfoonpcdmfnbekgcl |
| Descrizione | Be the first one to know when Pokemon Go is released in your country |
| Dimensione del File | 63.13 KB |
| Conteggio Installazioni | 240 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2016-07-21 |
| Data di Pubblicazione | 2016-07-21 |
| Valutazione | 2.33/5 Totale 3 Valutazioni |
| Sviluppatore | Random |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |