Stream Notifier

Displays notification when the streamer starts trasmission. Twitch, HitBox

Wat is Stream Notifier?

Stream Notifier is een Chrome-extensie ontwikkeld door Major - urbanek32, en de belangrijkste functie is "Displays notification when the streamer starts trasmission. Twitch, HitBox".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Stream Notifier

Download Stream Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 :)                    

Basisinformatie over de Extensie

Naam Stream Notifier Stream Notifier
ID pejijbfaodombobdejlfnkdgdcpookhc
Officiële URL https://chromewebstore.google.com/detail/stream-notifier/pejijbfaodombobdejlfnkdgdcpookhc
Beschrijving Displays notification when the streamer starts trasmission. Twitch, HitBox
Bestandsgrootte 695 KB
Aantal Installaties 73
Huidige Versie 0.9.21.1
Laatst Bijgewerkt 2016-11-10
Publicatiedatum 2016-11-10
Beoordeling 4.18/5 Totaal 11 Beoordelingen
Ontwikkelaar Major - urbanek32
Betalingswijze free
Ondersteunde Talen 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"
}