MyAzubu

Be notified when your favorite streamers start to play live!

O que é MyAzubu?

MyAzubu é uma extensão do Chrome desenvolvida por gabrieljmj, e sua principal característica é "Be notified when your favorite streamers start to play live!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão MyAzubu

Baixe arquivos de extensão MyAzubu no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Just add the channels and when the streamer start a livestream on Azubu.TV, you receive a notification.

GitHub repository to contribute: https://github.com/GabrielJMJ/MyAzubu                    

Informações Básicas da Extensão

Nome MyAzubu MyAzubu
ID jdnabplofeinjdaillbichaocdalnjae
URL Oficial https://chrome.google.com/webstore/detail/myazubu/jdnabplofeinjdaillbichaocdalnjae
Descrição Be notified when your favorite streamers start to play live!
Tamanho do Arquivo 102 KB
Contagem de Instalações 36
Versão Atual 1.5.0
Última Atualização 2016-02-03
Data de Publicação 2016-02-03
Classificação 4.35/5 Total de 17 Avaliações
Desenvolvedor gabrieljmj
Tipo de Pagamento free
Idiomas Suportados en
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": "Be notified when your favorite streamers start to play live!",
    "name": "MyAzubu",
    "permissions": [
        "notifications",
        "background",
        "storage",
        "http:\/\/api.azubu.tv\/*"
    ],
    "icons": {
        "128": "public\/images\/icons\/128.png",
        "16": "public\/images\/icons\/16.png",
        "48": "public\/images\/icons\/48.png"
    },
    "background": {
        "scripts": [
            "public\/js\/channels.js",
            "public\/js\/functions.js",
            "public\/js\/jquery.min.js",
            "public\/js\/background.js"
        ]
    },
    "version": "1.5.0",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "30.0.0"
}