GPXPlus Notifier

Get notifications from GPXPlus when you're offline.

What is GPXPlus Notifier?

GPXPlus Notifier is a Chrome extension developed by http://gpxplus.net, and its main feature is "Get notifications from GPXPlus when you're offline.".

Extension Screenshots

screenshot
screenshot

Download GPXPlus Notifier Extension CRX File

Download GPXPlus Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name GPXPlus Notifier GPXPlus Notifier
ID bikgbcleglmoiiadddnnmmcekkfkhkdo
Official URL https://chrome.google.com/webstore/detail/gpxplus-notifier/bikgbcleglmoiiadddnnmmcekkfkhkdo
Description Get notifications from GPXPlus when you're offline.
File Size 43.37 KB
Installation Count 1,000
Current Version 0.90
Last Updated 2016-11-25
Publish Date 2016-11-25
Rating 4.77/5 Total 43 Ratings
Developer http://gpxplus.net
Payment Type free
Extension Website https://gpx.plus/
Help Page URL https://gpx.plus/help/notifier
Supported Languages 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
}