Stream Notifier

Displays notification when the streamer starts trasmission. Twitch, HitBox

Qu'est-ce que Stream Notifier ?

Stream Notifier est une extension Chrome développée par Major - urbanek32, et sa fonction principale est "Displays notification when the streamer starts trasmission. Twitch, HitBox".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Stream Notifier

Téléchargez les fichiers d'extension Stream Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Stream Notifier Stream Notifier
ID pejijbfaodombobdejlfnkdgdcpookhc
URL Officiel https://chromewebstore.google.com/detail/stream-notifier/pejijbfaodombobdejlfnkdgdcpookhc
Description Displays notification when the streamer starts trasmission. Twitch, HitBox
Taille du Fichier 695 KB
Nombre d'Installations 73
Version Actuelle 0.9.21.1
Dernière Mise à Jour 2016-11-10
Date de Publication 2016-11-10
Évaluation 4.18/5 Total 11 Évaluations
Développeur Major - urbanek32
Type de Paiement free
Langues Prises en Charge 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"
}