Keyd Stars

Seja notificado quando streamers da Keyd começam uma live!

什么是Keyd Stars?

Keyd Stars是由Keyd Stars开发的Chrome扩展程序,该扩展的主要功能是“Seja notificado quando streamers da Keyd começam uma live!”。

扩展截图

screenshot
screenshot

下载Keyd Stars扩展crx文件

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

扩展使用说明

                        Não perca mais nenhuma stream do Keyd e seus parceiros na Twitch!

Com o app da Keyd Stars você recebe notificações de todos os seus streamers favoritos!                    

扩展基本信息

名称 Keyd Stars Keyd Stars
ID nhdllbcenonhabbaakngoedadolpjlge
官方URL https://chrome.google.com/webstore/detail/keyd-stars/nhdllbcenonhabbaakngoedadolpjlge
简介 Seja notificado quando streamers da Keyd começam uma live!
文件大小 292 KB
安装次数 112
当前版本 0.2.0
更新时间 2017-03-02
上架时间 2017-03-02
评分 4.87/5 共31次评分
开发者 Keyd Stars
付费类型 free
扩展官网 http://keyd.com.br/stars
支持的语言 pt-BR
manifest.json
{
    "author": "@GabrielJMJ",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "public\/images\/icons\/16.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "description": "Seja notificado quando streamers da Keyd come\u00e7am uma live!",
    "name": "Keyd Stars",
    "permissions": [
        "notifications",
        "background",
        "storage",
        "http:\/\/api.azubu.tv\/*",
        "http:\/\/pastebin.com\/*"
    ],
    "icons": {
        "128": "public\/images\/icons\/128.png",
        "16": "public\/images\/icons\/16.png",
        "48": "public\/images\/icons\/48.png"
    },
    "background": {
        "scripts": [
            "public\/js\/jquery.js",
            "public\/js\/channels.js",
            "public\/js\/background.js"
        ]
    },
    "version": "0.2.0",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "30.0.0",
    "web_accessible_resources": [
        "index.html"
    ]
}