Keyd Stars

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

Keyd Starsคืออะไร?

Keyd Stars เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Keyd Stars และคุณลักษณะหลักของมันคือ "Seja notificado quando streamers da Keyd começam uma live!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Keyd Stars

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}