Pokemon Go Release Notifier

Be the first one to know when Pokemon Go is released in your country

¿Qué es Pokemon Go Release Notifier?

Pokemon Go Release Notifier es una extensión de Chrome desarrollada por Random, y su función principal es "Be the first one to know when Pokemon Go is released in your country".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Pokemon Go Release Notifier

Descarga archivos de extensión Pokemon Go Release Notifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Little extension that checks and notifies if Pokemon Go is released in a country every minute                    

Información Básica de la Extensión

Nombre Pokemon Go Release Notifier Pokemon Go Release Notifier
ID kmecpmhgimonikjmfoonpcdmfnbekgcl
URL Oficial https://chromewebstore.google.com/detail/pokemon-go-release-notifi/kmecpmhgimonikjmfoonpcdmfnbekgcl
Descripción Be the first one to know when Pokemon Go is released in your country
Tamaño del Archivo 63.13 KB
Cantidad de Instalaciones 240
Versión Actual 1.1.0
Última Actualización 2016-07-21
Fecha de Publicación 2016-07-21
Calificación 2.33/5 Total de 3 Calificaciones
Desarrollador Random
Tipo de Pago free
Idiomas Soportados 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
}