GoodGameRu Live

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

Was ist GoodGameRu Live?

GoodGameRu Live ist eine Chrome-Erweiterung, die von alexmendels3 entwickelt wurde, und ihr Hauptmerkmal ist "Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

GoodGameRu Live-Erweiterungs-CRX-Datei herunterladen

Laden Sie GoodGameRu Live-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

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

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

Grundlegende Informationen zur Erweiterung

Name GoodGameRu Live GoodGameRu Live
ID inlkfgbpkcjnpdjfohloepjbpmdccjhk
Offizielle URL https://chromewebstore.google.com/detail/goodgameru-live/inlkfgbpkcjnpdjfohloepjbpmdccjhk
Beschreibung Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online.
Dateigröße 204 KB
Installationsanzahl 270
Aktuelle Version 1.3.7.2
Letztes Update 2019-01-31
Veröffentlichungsdatum 2019-01-30
Bewertung 4.89/5 Insgesamt 38 Bewertungen
Entwickler alexmendels3
Zahlungsart free
Hilfeseite URL https://goodgame.ru/topic/70817
Unterstützte Sprachen 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"
    }
}