My Gaming Streams - Lol, Dota, CS and more

Check the status of your favorite gaming streamers from Azubu, Twitch and others channels

什么是My Gaming Streams - Lol, Dota, CS and more?

My Gaming Streams - Lol, Dota, CS and more是由Mario Toledo开发的Chrome扩展程序,该扩展的主要功能是“Check the status of your favorite gaming streamers from Azubu, Twitch and others channels”。

扩展截图

screenshot
screenshot

下载My Gaming Streams - Lol, Dota, CS and more扩展crx文件

下载My Gaming Streams - Lol, Dota, CS and more扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        It's pretty boring to keep checking if your favorite streammer is online, isn't it?
This extension helps gaming fans to track their favorites streamers from Twitch, Azubu and others stream services.

Don't lose plays from games like League of Legends, Dota and Counter Strike. Add streamers of your choice, and let us notify you when him/her be online.                    

扩展基本信息

名称 My Gaming Streams - Lol, Dota, CS and more My Gaming Streams - Lol, Dota, CS and more
ID apfnphjhbdcfdoidkeopblhdnnlfckff
官方URL https://chromewebstore.google.com/detail/my-gaming-streams-lol-dot/apfnphjhbdcfdoidkeopblhdnnlfckff
简介 Check the status of your favorite gaming streamers from Azubu, Twitch and others channels
文件大小 579 KB
安装次数 12
当前版本 1.2.1
更新时间 2016-12-15
上架时间 2016-12-15
评分 5.00/5 共3次评分
开发者 Mario Toledo
付费类型 free
扩展官网 https://github.com/mariotoledo/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Gaming Streams - Lol, Dota, CS and more",
    "description": "Check the status of your favorite gaming streamers from Azubu, Twitch and others channels",
    "version": "1.2.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications",
        "activeTab",
        "background"
    ],
    "web_accessible_resources": [
        "icon48.png"
    ]
}