GoodGameRu Live

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

Qu'est-ce que GoodGameRu Live ?

GoodGameRu Live est une extension Chrome développée par alexmendels3, et sa fonction principale est "Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension GoodGameRu Live

Téléchargez les fichiers d'extension GoodGameRu Live 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

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

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

Informations de Base sur l'Extension

Nom GoodGameRu Live GoodGameRu Live
ID inlkfgbpkcjnpdjfohloepjbpmdccjhk
URL Officiel 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.
Taille du Fichier 204 KB
Nombre d'Installations 270
Version Actuelle 1.3.7.2
Dernière Mise à Jour 2019-01-31
Date de Publication 2019-01-30
Évaluation 4.89/5 Total 38 Évaluations
Développeur alexmendels3
Type de Paiement free
URL de la Page d'Aide https://goodgame.ru/topic/70817
Langues Prises en Charge 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"
    }
}