Online-go.com Notifications

Shows how many games waiting for you

What is Online-go.com Notifications?

Online-go.com Notifications is a Chrome extension developed by Alexander Hasselbach, and its main feature is "Shows how many games waiting for you".

Download Online-go.com Notifications Extension CRX File

Download Online-go.com Notifications 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

                        Adds OGS icons with inforamtion about current active games:
* how many active games
* how many games is waiting for your reaction

You need to be authenticated at online-go.com for this extension is working.                    

Extension Basic Information

Name Online-go.com Notifications Online-go.com Notifications
ID npjhhihdmebkcbdahkpgpemfijpmdojb
Official URL https://chromewebstore.google.com/detail/online-gocom-notification/npjhhihdmebkcbdahkpgpemfijpmdojb
Description Shows how many games waiting for you
File Size 364 KB
Installation Count 37
Current Version 1.1.0
Last Updated 2016-10-18
Publish Date 2016-10-18
Rating 4.75/5 Total 4 Ratings
Developer Alexander Hasselbach
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "manifest_version": 2,
    "default_locale": "en",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "javascript\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "notifications",
        "https:\/\/online-go.com\/"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/ogs-16.png",
            "32": "images\/ogs-32.png",
            "48": "images\/ogs-48.png",
            "64": "images\/ogs-64.png",
            "128": "images\/ogs-128.png"
        },
        "default_title": "__MSG_title__"
    },
    "icons": {
        "16": "images\/ogs-16.png",
        "32": "images\/ogs-32.png",
        "48": "images\/ogs-48.png",
        "64": "images\/ogs-64.png"
    }
}