GPXPlus Notifier

Get notifications from GPXPlus when you're offline.

Wat is GPXPlus Notifier?

GPXPlus Notifier is een Chrome-extensie ontwikkeld door http://gpxplus.net, en de belangrijkste functie is "Get notifications from GPXPlus when you're offline.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie GPXPlus Notifier

Download GPXPlus 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

                        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!                    

Basisinformatie over de Extensie

Naam GPXPlus Notifier GPXPlus Notifier
ID bikgbcleglmoiiadddnnmmcekkfkhkdo
Officiële URL https://chrome.google.com/webstore/detail/gpxplus-notifier/bikgbcleglmoiiadddnnmmcekkfkhkdo
Beschrijving Get notifications from GPXPlus when you're offline.
Bestandsgrootte 43.37 KB
Aantal Installaties 1,000
Huidige Versie 0.90
Laatst Bijgewerkt 2016-11-25
Publicatiedatum 2016-11-25
Beoordeling 4.77/5 Totaal 43 Beoordelingen
Ontwikkelaar http://gpxplus.net
Betalingswijze free
Extensiewebsite https://gpx.plus/
Help Pagina-URL https://gpx.plus/help/notifier
Ondersteunde Talen 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
}