Keyd Stars

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

Qu'est-ce que Keyd Stars ?

Keyd Stars est une extension Chrome développée par Keyd Stars, et sa fonction principale est "Seja notificado quando streamers da Keyd começam uma live!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Keyd Stars

Téléchargez les fichiers d'extension Keyd Stars au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Keyd Stars Keyd Stars
ID nhdllbcenonhabbaakngoedadolpjlge
URL Officiel https://chrome.google.com/webstore/detail/keyd-stars/nhdllbcenonhabbaakngoedadolpjlge
Description Seja notificado quando streamers da Keyd começam uma live!
Taille du Fichier 292 KB
Nombre d'Installations 112
Version Actuelle 0.2.0
Dernière Mise à Jour 2017-03-02
Date de Publication 2017-03-02
Évaluation 4.87/5 Total 31 Évaluations
Développeur Keyd Stars
Type de Paiement free
Site Web de l'Extension http://keyd.com.br/stars
Langues Prises en Charge 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"
    ]
}