Twitch Notif

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

Twitch Notif क्या है?

Twitch Notif celianbastien द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitch Notif एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Twitch Notif Twitch Notif
ID dedbnkhlhhobeiadgipmnladcmcclphe
आधिकारिक URL https://chrome.google.com/webstore/detail/twitch-notif/dedbnkhlhhobeiadgipmnladcmcclphe
विवरण Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game.
फ़ाइल का आकार 87.38 KB
स्थापना संख्या 93
वर्तमान संस्करण 2.4
अंतिम अपडेट 2018-03-30
प्रकाशन तिथि 2018-03-30
रेटिंग 1.50/5 कुल 2 रेटिंग्स
डेवलपर celianbastien
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}