Keyd Stars
Seja notificado quando streamers da Keyd começam uma live!
What is Keyd Stars?
Keyd Stars is a Chrome extension developed by Keyd Stars, and its main feature is "Seja notificado quando streamers da Keyd começam uma live!".
Extension Screenshots
Download Keyd Stars Extension CRX File
Download Keyd Stars extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | nhdllbcenonhabbaakngoedadolpjlge |
Official URL | https://chrome.google.com/webstore/detail/keyd-stars/nhdllbcenonhabbaakngoedadolpjlge |
Description | Seja notificado quando streamers da Keyd começam uma live! |
File Size | 292 KB |
Installation Count | 112 |
Current Version | 0.2.0 |
Last Updated | 2017-03-02 |
Publish Date | 2017-03-02 |
Rating | 4.87/5 Total 31 Ratings |
Developer | Keyd Stars |
Payment Type | free |
Extension Website | http://keyd.com.br/stars |
Supported Languages | 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" ] } |