GoodGameRu Live

Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online.

ما هو GoodGameRu Live؟

GoodGameRu Live هو إضافة Chrome تم تطويرها بواسطة alexmendels3، والميزة الرئيسية لها هي "Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة GoodGameRu Live

قم بتنزيل ملفات الامتداد GoodGameRu Live بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Отслеживайте ваши любимые потоки с GoodGameRu Live и получайте уведомления, когда ваши любимые стримеры выходят в сеть.

Исследуйте игры и найдите ваши любимые потоки на GoodGame.
Будьте в курсе когда началась трансляция за пределами сайта GoodGame.                    

معلومات أساسية عن التمديد

الاسم GoodGameRu Live GoodGameRu Live
ID inlkfgbpkcjnpdjfohloepjbpmdccjhk
عنوان URL الرسمي https://chromewebstore.google.com/detail/goodgameru-live/inlkfgbpkcjnpdjfohloepjbpmdccjhk
الوصف Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online.
حجم الملف 204 KB
عدد التثبيتات 270
النسخة الحالية 1.3.7.2
آخر تحديث 2019-01-31
تاريخ النشر 2019-01-30
تقييم 4.89/5 مجموع تقييمات 38
المطور alexmendels3
نوع الدفع free
عنوان صفحة المساعدة https://goodgame.ru/topic/70817
اللغات المدعومة ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoodGameRu Live",
    "short_name": "GoodGame",
    "version": "1.3.7.2",
    "manifest_version": 2,
    "default_locale": "ru",
    "description": "__MSG_manifest_descr__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/goodgameru-stream-checker\/inlkfgbpkcjnpdjfohloepjbpmdccjhk",
    "permissions": [
        "alarms",
        "storage",
        "activeTab",
        "https:\/\/*.goodgame.ru\/*",
        "http:\/\/*.goodgame.ru\/*",
        "notifications"
    ],
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_title": "GoodGameRu Live",
        "default_icon": "img\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/options.html",
    "icons": {
        "128": "img\/i128.png",
        "16": "img\/i16.png",
        "48": "img\/i48.png"
    }
}