Pokemon Go Release Notifier
Be the first one to know when Pokemon Go is released in your country
O que é Pokemon Go Release Notifier?
Pokemon Go Release Notifier é uma extensão do Chrome desenvolvida por Random, e sua principal característica é "Be the first one to know when Pokemon Go is released in your country".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Pokemon Go Release Notifier
Baixe arquivos de extensão Pokemon Go Release Notifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Little extension that checks and notifies if Pokemon Go is released in a country every minute
Informações Básicas da Extensão
Nome | Pokemon Go Release Notifier |
ID | kmecpmhgimonikjmfoonpcdmfnbekgcl |
URL Oficial | https://chromewebstore.google.com/detail/pokemon-go-release-notifi/kmecpmhgimonikjmfoonpcdmfnbekgcl |
Descrição | Be the first one to know when Pokemon Go is released in your country |
Tamanho do Arquivo | 63.13 KB |
Contagem de Instalações | 240 |
Versão Atual | 1.1.0 |
Última Atualização | 2016-07-21 |
Data de Publicação | 2016-07-21 |
Classificação | 2.33/5 Total de 3 Avaliações |
Desenvolvedor | Random |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |