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
官方網址 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"
    ]
}