Twitch Notif
Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game.
Vad är Twitch Notif?
Twitch Notif är en Chrome-tillägg utvecklad av celianbastien, och dess huvudfunktion är "Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game.".
Tilläggsskärmbilder
Ladda ner Twitch Notif-förlängningens CRX-fil
Ladda ner Twitch Notif-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | dedbnkhlhhobeiadgipmnladcmcclphe |
Officiell webbadress | https://chrome.google.com/webstore/detail/twitch-notif/dedbnkhlhhobeiadgipmnladcmcclphe |
Beskrivning | Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game. |
Filstorlek | 87.38 KB |
Antal Installationer | 93 |
Aktuell Version | 2.4 |
Senast Uppdaterad | 2018-03-30 |
Publiceringsdatum | 2018-03-30 |
Betyg | 1.50/5 Totalt 2 Betyg |
Utvecklare | celianbastien |
Betalningssätt | free |
Stödda Språk | 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" } } |