Keyd Stars
Seja notificado quando streamers da Keyd começam uma live!
Wat is Keyd Stars?
Keyd Stars is een Chrome-extensie ontwikkeld door Keyd Stars, en de belangrijkste functie is "Seja notificado quando streamers da Keyd começam uma live!".
Extensie Screenshots
Download het CRX-bestand van de extensie Keyd Stars
Download Keyd Stars-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | nhdllbcenonhabbaakngoedadolpjlge |
Officiële URL | https://chrome.google.com/webstore/detail/keyd-stars/nhdllbcenonhabbaakngoedadolpjlge |
Beschrijving | Seja notificado quando streamers da Keyd começam uma live! |
Bestandsgrootte | 292 KB |
Aantal Installaties | 112 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2017-03-02 |
Publicatiedatum | 2017-03-02 |
Beoordeling | 4.87/5 Totaal 31 Beoordelingen |
Ontwikkelaar | Keyd Stars |
Betalingswijze | free |
Extensiewebsite | http://keyd.com.br/stars |
Ondersteunde Talen | 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" ] } |