Online-go.com Notifications
Shows how many games waiting for you
Qu'est-ce que Online-go.com Notifications ?
Online-go.com Notifications est une extension Chrome développée par Alexander Hasselbach, et sa fonction principale est "Shows how many games waiting for you".
Télécharger le fichier CRX de l'extension Online-go.com Notifications
Téléchargez les fichiers d'extension Online-go.com Notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Online-go.com Notifications |
ID | npjhhihdmebkcbdahkpgpemfijpmdojb |
URL Officiel | https://chromewebstore.google.com/detail/online-gocom-notification/npjhhihdmebkcbdahkpgpemfijpmdojb |
Description | Shows how many games waiting for you |
Taille du Fichier | 364 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2016-10-18 |
Date de Publication | 2016-10-18 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | Alexander Hasselbach |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |