GoodGameRu Live
Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online.
Wat is GoodGameRu Live?
GoodGameRu Live is een Chrome-extensie ontwikkeld door alexmendels3, en de belangrijkste functie is "Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online.".
Extensie Screenshots
Download het CRX-bestand van de extensie GoodGameRu Live
Download GoodGameRu Live-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Отслеживайте ваши любимые потоки с GoodGameRu Live и получайте уведомления, когда ваши любимые стримеры выходят в сеть.
Исследуйте игры и найдите ваши любимые потоки на GoodGame.
Будьте в курсе когда началась трансляция за пределами сайта GoodGame.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | inlkfgbpkcjnpdjfohloepjbpmdccjhk | 
| Officiële URL | https://chromewebstore.google.com/detail/goodgameru-live/inlkfgbpkcjnpdjfohloepjbpmdccjhk | 
| Beschrijving | Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online. | 
| Bestandsgrootte | 204 KB | 
| Aantal Installaties | 270 | 
| Huidige Versie | 1.3.7.2 | 
| Laatst Bijgewerkt | 2019-01-31 | 
| Publicatiedatum | 2019-01-30 | 
| Beoordeling | 4.89/5 Totaal 38 Beoordelingen | 
| Ontwikkelaar | alexmendels3 | 
| Betalingswijze | free | 
| Help Pagina-URL | https://goodgame.ru/topic/70817 | 
| Ondersteunde Talen | 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"
    }
}  |  |