Online-go.com Notifications
Shows how many games waiting for you
ما هو Online-go.com Notifications؟
Online-go.com Notifications هو إضافة Chrome تم تطويرها بواسطة Alexander Hasselbach، والميزة الرئيسية لها هي "Shows how many games waiting for you".
تحميل ملف CRX للإضافة Online-go.com Notifications
قم بتنزيل ملفات الامتداد Online-go.com Notifications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | npjhhihdmebkcbdahkpgpemfijpmdojb |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/online-gocom-notification/npjhhihdmebkcbdahkpgpemfijpmdojb |
| الوصف | Shows how many games waiting for you |
| حجم الملف | 364 KB |
| عدد التثبيتات | 37 |
| النسخة الحالية | 1.1.0 |
| آخر تحديث | 2016-10-18 |
| تاريخ النشر | 2016-10-18 |
| تقييم | 4.75/5 مجموع تقييمات 4 |
| المطور | Alexander Hasselbach |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | 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"
}
} | |