Online-go.com Notifications

Shows how many games waiting for you

Online-go.com Notifications là gì?

Online-go.com Notifications là một tiện ích mở rộng Chrome được phát triển bởi Alexander Hasselbach, và tính năng chính của nó là "Shows how many games waiting for you".

Tải xuống tệp CRX của tiện ích mở rộng Online-go.com Notifications

Tải xuống các tệp mở rộng Online-go.com Notifications dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Online-go.com Notifications Online-go.com Notifications
ID npjhhihdmebkcbdahkpgpemfijpmdojb
URL Chính Thức https://chromewebstore.google.com/detail/online-gocom-notification/npjhhihdmebkcbdahkpgpemfijpmdojb
Mô tả Shows how many games waiting for you
Kích Thước Tệp 364 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2016-10-18
Ngày Phát Hành 2016-10-18
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Alexander Hasselbach
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}