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開發的Chrome擴展程式,該擴展的主要功能是“Track your favorite streamers and get a notification when one goes online. Twitch Tool keeps you updated to the Twitch game.”。
擴展截圖
下載Twitch Notif擴展crx文件
下載Twitch Notif擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | dedbnkhlhhobeiadgipmnladcmcclphe |
官方網址 | 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" } } |