Twitch Notif

Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game.

Qu'est-ce que Twitch Notif ?

Twitch Notif est une extension Chrome développée par celianbastien, et sa fonction principale est "Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitch Notif

Téléchargez les fichiers d'extension Twitch Notif 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

                        This extension ask only one input : the twitch username : using the twitch api, it gets all the following streams of the twitch user and display it when he clicks on the extension (screen linked).
When one of these streamer goes live, it pops a notification : this notification can be hidden easily by clicking on the bell.
I have made this extension in order to replace all individual extension made by a lot of (big) streamers individually.
The main advantages are : 
- Performance gain : Only one application for every streamers.
- Follow easily streamers who dont have individual extension.                    

Informations de Base sur l'Extension

Nom Twitch Notif Twitch Notif
ID dedbnkhlhhobeiadgipmnladcmcclphe
URL Officiel https://chrome.google.com/webstore/detail/twitch-notif/dedbnkhlhhobeiadgipmnladcmcclphe
Description Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game.
Taille du Fichier 87.38 KB
Nombre d'Installations 93
Version Actuelle 2.4
Dernière Mise à Jour 2018-03-30
Date de Publication 2018-03-30
Évaluation 1.50/5 Total 2 Évaluations
Développeur celianbastien
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Twitch Notif",
    "name": "Twitch Notif",
    "description": "Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game.",
    "author": "C\u00e9lian BASTIEN",
    "version": "2.4",
    "permissions": [
        "webRequest",
        "notifications",
        "storage",
        "https:\/\/api.twitch.tv\/kraken\/"
    ],
    "background": {
        "scripts": [
            "js\/app.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "32": "img\/icon32.png",
            "64": "img\/icon64.png",
            "72": "img\/icon72.png"
        },
        "default_title": "Twitch Notif",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "32": "img\/icon32.png",
        "64": "img\/icon64.png",
        "72": "img\/icon72.png",
        "128": "img\/icon72.png"
    }
}