Streams Now

This extension shows currently live channels from Twitch and Hitbox

O que é Streams Now?

Streams Now é uma extensão do Chrome desenvolvida por SkewPL, e sua principal característica é "This extension shows currently live channels from Twitch and Hitbox".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Streams Now

Baixe arquivos de extensão Streams Now 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

                        This extension will keep you up to date with currently live channels on Twitch and Hitbox. Just enter your hitbox and/or twitch name in settings and press save. Extension will automatically download channels that you are following, and show currently live channels in popup. Extension can also show notifications when channel goes live and play sound effects, you can easly configure everything you want.                    

Informações Básicas da Extensão

Nome Streams Now Streams Now
ID hfgbofkndeplfbblcickldfgbfelakgj
URL Oficial https://chromewebstore.google.com/detail/streams-now/hfgbofkndeplfbblcickldfgbfelakgj
Descrição This extension shows currently live channels from Twitch and Hitbox
Tamanho do Arquivo 525 KB
Contagem de Instalações 124
Versão Atual 1.0
Última Atualização 2016-03-06
Data de Publicação 2016-03-06
Classificação 4.33/5 Total de 6 Avaliações
Desenvolvedor SkewPL
Tipo de Pagamento free
Idiomas Suportados en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "options_page": "options.html",
    "default_locale": "en",
    "version": "1.0",
    "icons": {
        "128": "assets\/icon-128.png",
        "48": "assets\/icon-48.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/jquery-2.1.3.min.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon-48.png",
        "default_title": "__MSG_appName__"
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "notifications",
        "https:\/\/api.twitch.tv\/",
        "https:\/\/www.hitbox.tv\/"
    ]
}