Online-go.com Notifications

Shows how many games waiting for you

Apa itu Online-go.com Notifications?

Online-go.com Notifications adalah ekstensi Chrome yang dikembangkan oleh Alexander Hasselbach, dan fitur utamanya adalah "Shows how many games waiting for you".

Unduh Berkas CRX Ekstensi Online-go.com Notifications

Unduh file ekstensi Online-go.com Notifications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Online-go.com Notifications Online-go.com Notifications
ID npjhhihdmebkcbdahkpgpemfijpmdojb
URL Resmi https://chromewebstore.google.com/detail/online-gocom-notification/npjhhihdmebkcbdahkpgpemfijpmdojb
Deskripsi Shows how many games waiting for you
Ukuran File 364 KB
Jumlah Instalasi 37
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2016-10-18
Tanggal Publikasi 2016-10-18
Penilaian 4.75/5 Total 4 Penilaian
Pengembang Alexander Hasselbach
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}