Keyd Stars
Seja notificado quando streamers da Keyd começam uma live!
Apa itu Keyd Stars?
Keyd Stars adalah ekstensi Chrome yang dikembangkan oleh Keyd Stars, dan fitur utamanya adalah "Seja notificado quando streamers da Keyd começam uma live!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Keyd Stars
Unduh file ekstensi Keyd Stars dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | nhdllbcenonhabbaakngoedadolpjlge |
URL Resmi | https://chrome.google.com/webstore/detail/keyd-stars/nhdllbcenonhabbaakngoedadolpjlge |
Deskripsi | Seja notificado quando streamers da Keyd começam uma live! |
Ukuran File | 292 KB |
Jumlah Instalasi | 112 |
Versi Saat Ini | 0.2.0 |
Terakhir Diperbarui | 2017-03-02 |
Tanggal Publikasi | 2017-03-02 |
Penilaian | 4.87/5 Total 31 Penilaian |
Pengembang | Keyd Stars |
Tipe Pembayaran | free |
Situs Ekstensi | http://keyd.com.br/stars |
Bahasa yang Didukung | 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" ] } |