Online-go.com Notifications
Shows how many games waiting for you
Was ist Online-go.com Notifications?
Online-go.com Notifications ist eine Chrome-Erweiterung, die von Alexander Hasselbach entwickelt wurde, und ihr Hauptmerkmal ist "Shows how many games waiting for you".
Online-go.com Notifications-Erweiterungs-CRX-Datei herunterladen
Laden Sie Online-go.com Notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | npjhhihdmebkcbdahkpgpemfijpmdojb |
| Offizielle URL | https://chromewebstore.google.com/detail/online-gocom-notification/npjhhihdmebkcbdahkpgpemfijpmdojb |
| Beschreibung | Shows how many games waiting for you |
| Dateigröße | 364 KB |
| Installationsanzahl | 37 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2016-10-18 |
| Veröffentlichungsdatum | 2016-10-18 |
| Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
| Entwickler | Alexander Hasselbach |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |