Keyd Stars
Seja notificado quando streamers da Keyd começam uma live!
Cos'è Keyd Stars?
Keyd Stars è un'estensione di Chrome sviluppata da Keyd Stars, e la sua funzione principale è "Seja notificado quando streamers da Keyd começam uma live!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Keyd Stars
Scarica i file di estensione Keyd Stars in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | nhdllbcenonhabbaakngoedadolpjlge |
| URL Ufficiale | https://chrome.google.com/webstore/detail/keyd-stars/nhdllbcenonhabbaakngoedadolpjlge |
| Descrizione | Seja notificado quando streamers da Keyd começam uma live! |
| Dimensione del File | 292 KB |
| Conteggio Installazioni | 112 |
| Versione Corrente | 0.2.0 |
| Ultimo Aggiornamento | 2017-03-02 |
| Data di Pubblicazione | 2017-03-02 |
| Valutazione | 4.87/5 Totale 31 Valutazioni |
| Sviluppatore | Keyd Stars |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://keyd.com.br/stars |
| Lingue Supportate | 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"
]
} | |