GoodGameRu Live

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

O que é GoodGameRu Live?

GoodGameRu Live é uma extensão do Chrome desenvolvida por alexmendels3, e sua principal característica é "Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão GoodGameRu Live

Baixe arquivos de extensão GoodGameRu Live no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

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

Informações Básicas da Extensão

Nome GoodGameRu Live GoodGameRu Live
ID inlkfgbpkcjnpdjfohloepjbpmdccjhk
URL Oficial https://chromewebstore.google.com/detail/goodgameru-live/inlkfgbpkcjnpdjfohloepjbpmdccjhk
Descrição Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online.
Tamanho do Arquivo 204 KB
Contagem de Instalações 270
Versão Atual 1.3.7.2
Última Atualização 2019-01-31
Data de Publicação 2019-01-30
Classificação 4.89/5 Total de 38 Avaliações
Desenvolvedor alexmendels3
Tipo de Pagamento free
URL da Página de Ajuda https://goodgame.ru/topic/70817
Idiomas Suportados 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"
    }
}