Streams Now

This extension shows currently live channels from Twitch and Hitbox

Co to jest Streams Now?

Streams Now to rozszerzenie Chrome opracowane przez SkewPL, a jego główną funkcją jest „This extension shows currently live channels from Twitch and Hitbox”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Streams Now

Pobierz pliki rozszerzeń Streams Now w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Streams Now Streams Now
ID hfgbofkndeplfbblcickldfgbfelakgj
Oficjalny URL https://chromewebstore.google.com/detail/streams-now/hfgbofkndeplfbblcickldfgbfelakgj
Opis This extension shows currently live channels from Twitch and Hitbox
Rozmiar pliku 525 KB
Liczba instalacji 124
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-03-06
Data Publikacji 2016-03-06
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper SkewPL
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}