Online-go.com Notifications

Shows how many games waiting for you

O que é Online-go.com Notifications?

Online-go.com Notifications é uma extensão do Chrome desenvolvida por Alexander Hasselbach, e sua principal característica é "Shows how many games waiting for you".

Baixar o arquivo CRX da Extensão Online-go.com Notifications

Baixe arquivos de extensão Online-go.com Notifications no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Online-go.com Notifications Online-go.com Notifications
ID npjhhihdmebkcbdahkpgpemfijpmdojb
URL Oficial https://chromewebstore.google.com/detail/online-gocom-notification/npjhhihdmebkcbdahkpgpemfijpmdojb
Descrição Shows how many games waiting for you
Tamanho do Arquivo 364 KB
Contagem de Instalações 37
Versão Atual 1.1.0
Última Atualização 2016-10-18
Data de Publicação 2016-10-18
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor Alexander Hasselbach
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}