GPXPlus Notifier

Get notifications from GPXPlus when you're offline.

Cos'è GPXPlus Notifier?

GPXPlus Notifier è un'estensione di Chrome sviluppata da http://gpxplus.net, e la sua funzione principale è "Get notifications from GPXPlus when you're offline.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GPXPlus Notifier

Scarica i file di estensione GPXPlus 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

                        A simple extension to get notifications from GPXPlus.net, even when you're offline.  Find out if your eggs are ready to hatch or if your Vs. Seeker battle is done and much more without having to lift a finger!

Requires an account on GPXPlus.net/GTSPlus.net to use.  GPXPlus is a fun and free way to adopt, raise and collect Pokemon, and much more!                    

Informazioni di Base sull'Estensione

Nome GPXPlus Notifier GPXPlus Notifier
ID bikgbcleglmoiiadddnnmmcekkfkhkdo
URL Ufficiale https://chrome.google.com/webstore/detail/gpxplus-notifier/bikgbcleglmoiiadddnnmmcekkfkhkdo
Descrizione Get notifications from GPXPlus when you're offline.
Dimensione del File 43.37 KB
Conteggio Installazioni 1,000
Versione Corrente 0.90
Ultimo Aggiornamento 2016-11-25
Data di Pubblicazione 2016-11-25
Valutazione 4.77/5 Totale 43 Valutazioni
Sviluppatore http://gpxplus.net
Tipo di Pagamento free
Sito Web dell'Estensione https://gpx.plus/
URL della Pagina di Aiuto https://gpx.plus/help/notifier
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPXPlus Notifier",
    "version": "0.90",
    "description": "Get notifications from GPXPlus when you're offline.",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.gpx.plus\/*"
            ],
            "css": [
                "hidenotification.css"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/*.gpx.plus\/*",
        "notifications"
    ],
    "options_page": "options.html",
    "manifest_version": 2
}