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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}