GoodGameRu Live

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

什么是GoodGameRu Live?

GoodGameRu Live是由alexmendels3开发的Chrome扩展程序,该扩展的主要功能是“Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online.”。

扩展截图

screenshot
screenshot
screenshot

下载GoodGameRu Live扩展crx文件

下载GoodGameRu Live扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

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

扩展基本信息

名称 GoodGameRu Live GoodGameRu Live
ID inlkfgbpkcjnpdjfohloepjbpmdccjhk
官方URL https://chromewebstore.google.com/detail/goodgameru-live/inlkfgbpkcjnpdjfohloepjbpmdccjhk
简介 Track your favorite streams with GoodGame Live and get a notification when your favorite streams goes online.
文件大小 204 KB
安装次数 270
当前版本 1.3.7.2
更新时间 2019-01-31
上架时间 2019-01-30
评分 4.89/5 共38次评分
开发者 alexmendels3
付费类型 free
帮助页面URL https://goodgame.ru/topic/70817
支持的语言 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"
    }
}