Stream Notifier

Displays notification when the streamer starts trasmission. Twitch, HitBox

Hvad er Stream Notifier?

Stream Notifier er en Chrome-udvidelse udviklet af Major - urbanek32, og dens hovedfunktion er "Displays notification when the streamer starts trasmission. Twitch, HitBox".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Stream Notifier-udvidelses-CRX-fil

Download Stream Notifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        POLISH:
Wtyczka, którą można by w skrócie nazwać "powiadamiaczem". Umożliwia śledzenie twoich ulubionych streamerów na bieżąco. Dla każdego użytkownika możesz przypisać jego konto w jednym w trzech serwisów (Twitch, Hitbox). Więcej stron wkrótce. W momencie, gdy dana osoba rozpocznie stream, otrzymasz powiadomienie w rogu ekranu, sygnowane stosownym alertem dźwiękowym. W samej ikonce będziesz miał również podgląd na tytuł transmisji oraz nazwę gry jaka została ustawiona. Jedno kliknięcie przeniesie Cię prosto do kanału danego użytkownika. Dodatkowo, jeżeli umożliwiłeś aplikacjom Google Chrome, działanie w tle, [opcja: Kontynuuj działanie aplikacji w tle po zamknięciu przeglądarki Google Chrome] ta aplikacja nie przestanie działać po zamknięciu przeglądarki i nadal będzie Cię informowała gdy ktoś rozpocznie transmisję.

Znalazłeś błąd lub masz jakiś pomysł na usprawnienie, a może chcesz tylko wysłać "żółwika" lub pohejtować mnie? Nie krępuj się i pisz:  [email protected]  w tytule podaj [Stream Notifer]. Dzięki Bardzo :)

ENGLISH:
Now you can follow your favorite streamers. For every user you can assign one account within one of this sites (Twitch, HitBox). More sites soon. When the user starts transmitting you will get notification with the sound alert. Also you'll be able to check current state, with title and game, of every user in popup window. One click and new tab with user's channel will be opened. This extension can also works in background even after you close the browser.

Found a bug or have an idea, send me e-mail even if you want only say hello or hate me. Go ahead: [email protected]  with title [Stream Notifer]. Thank you :)                    

Grundlæggende oplysninger om udvidelsen

Navn Stream Notifier Stream Notifier
ID pejijbfaodombobdejlfnkdgdcpookhc
Officiel URL https://chromewebstore.google.com/detail/stream-notifier/pejijbfaodombobdejlfnkdgdcpookhc
Beskrivelse Displays notification when the streamer starts trasmission. Twitch, HitBox
Filstørrelse 695 KB
Antal Installationer 73
Nuværende Version 0.9.21.1
Senest Opdateret 2016-11-10
Udgivelsesdato 2016-11-10
Bedømmelse 4.18/5 Samlet 11 Bedømmelser
Udvikler Major - urbanek32
Betalingsmetode free
Understøttede Sprog en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Patryk Urban",
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-2.1.1.min.js",
            "bootstrap.min.js",
            "async.js",
            "functions.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/ikona128.png",
        "default_popup": "popup.html",
        "default_title": "Stream Notifier"
    },
    "default_locale": "en",
    "description": "__MSG_simple_description__",
    "icons": {
        "128": "images\/ikona128.png",
        "16": "images\/ikona128.png",
        "48": "images\/ikona128.png"
    },
    "incognito": "spanning",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnAit9c0sADsRSdtkRD5FEzrQCZHMsf7YQtzIsAlRlb7oUAmiXvFmeq+jVo6JOsnuNmOXHnx6oQ7r8V1whCpPcMtAXWGLcCdGy3D7v\/ZCPM\/TVR9s1Jg7I\/4+fgJqdcCRJynrSuPZt\/JCp2TIWk5PU3cYw0KOWTSPPEqZexOCHunowxxzJOYyNVLdX054oxyTChgnAAgzJTUTeF6tnURM2dLA2BGN9gvmR8OcBjmEwCQdYnWFBgC0wWOW6SSQp6yMpQTZbi1TWcbGszOPrkfcpOqQt3oWFhokwbkGdup4utwodzdxSz\/2yLaoL7J5QXxtNakVj4xvLoDKnMMRZCBNNQIDAQAB",
    "manifest_version": 2,
    "name": "Stream Notifier",
    "options_page": "options.html",
    "permissions": [
        "https:\/\/api.twitch.tv\/",
        "http:\/\/api.hitbox.tv\/",
        "notifications",
        "background",
        "alarms",
        "storage",
        "tabs",
        "activeTab",
        "identity"
    ],
    "version": "0.9.21.1"
}