GoodGameRu Live

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

What is GoodGameRu Live?

GoodGameRu Live is a Chrome extension developed by alexmendels3, and its main feature is "Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online.".

Extension Screenshots

screenshot
screenshot
screenshot

Download GoodGameRu Live Extension CRX File

Download GoodGameRu Live extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name GoodGameRu Live GoodGameRu Live
ID inlkfgbpkcjnpdjfohloepjbpmdccjhk
Official URL https://chromewebstore.google.com/detail/goodgameru-live/inlkfgbpkcjnpdjfohloepjbpmdccjhk
Description Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online.
File Size 204 KB
Installation Count 270
Current Version 1.3.7.2
Last Updated 2019-01-31
Publish Date 2019-01-30
Rating 4.89/5 Total 38 Ratings
Developer alexmendels3
Payment Type free
Help Page URL https://goodgame.ru/topic/70817
Supported Languages 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"
    }
}