Streams Now

This extension shows currently live channels from Twitch and Hitbox

¿Qué es Streams Now?

Streams Now es una extensión de Chrome desarrollada por SkewPL, y su función principal es "This extension shows currently live channels from Twitch and Hitbox".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Streams Now

Descarga archivos de extensión Streams Now en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Streams Now Streams Now
ID hfgbofkndeplfbblcickldfgbfelakgj
URL Oficial https://chromewebstore.google.com/detail/streams-now/hfgbofkndeplfbblcickldfgbfelakgj
Descripción This extension shows currently live channels from Twitch and Hitbox
Tamaño del Archivo 525 KB
Cantidad de Instalaciones 124
Versión Actual 1.0
Última Actualización 2016-03-06
Fecha de Publicación 2016-03-06
Calificación 4.33/5 Total de 6 Calificaciones
Desarrollador SkewPL
Tipo de Pago free
Idiomas Soportados 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\/"
    ]
}