Pokemon Go Release Notifier

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

Wat is Pokemon Go Release Notifier?

Pokemon Go Release Notifier is een Chrome-extensie ontwikkeld door Random, en de belangrijkste functie is "Be the first one to know when Pokemon Go is released in your country".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Pokemon Go Release Notifier

Download Pokemon Go Release Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Pokemon Go Release Notifier Pokemon Go Release Notifier
ID kmecpmhgimonikjmfoonpcdmfnbekgcl
Officiële URL https://chromewebstore.google.com/detail/pokemon-go-release-notifi/kmecpmhgimonikjmfoonpcdmfnbekgcl
Beschrijving Be the first one to know when Pokemon Go is released in your country
Bestandsgrootte 63.13 KB
Aantal Installaties 240
Huidige Versie 1.1.0
Laatst Bijgewerkt 2016-07-21
Publicatiedatum 2016-07-21
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Random
Betalingswijze free
Ondersteunde Talen 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
}