Who's Live on Twitch
See who's streaming live that you're following on Twitch.tv
什麼是Who's Live on Twitch?
Who's Live on Twitch是由Adam開發的Chrome擴展程式,該擴展的主要功能是“See who's streaming live that you're following on Twitch.tv”。
擴展截圖
下載Who's Live on Twitch擴展crx文件
下載Who's Live on Twitch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easily check to see who's live streaming that you're following on Twitch.tv! Connect your Twitch account in a couple clicks and you're done! Anyone new that you follow or unfollow will automatically update in the extension. --- Free Features --- ✔ Search quickly by streamer, title, game or site ✔ 2 Favorite Streamers ✔ 2 Streamer Notifications ✔ Accounts, Favorites and Notifications Save Between Browsers --- Pro Features ($4.99) --- ✔ Unlimited Favorite Streamers ✔ Unlimited Streamer Notifications ✔ Unlimited Access to All Future Features --- Pro Features Coming Soon --- • Order your Favorite Streamers • Many Notification Settings • Much more too come!
擴展基本資訊
名稱 | Who's Live on Twitch |
ID | omejdljcfhmldgkndfhoeogdjghlghek |
官方網址 | https://chromewebstore.google.com/detail/whos-live-on-twitch/omejdljcfhmldgkndfhoeogdjghlghek |
簡介 | See who's streaming live that you're following on Twitch.tv |
檔案大小 | 2.03 MB |
安裝次數 | 105 |
目前版本 | 1.9.1 |
更新時間 | 2020-11-03 |
上架時間 | 2020-01-22 |
評分 | 3.80/5 共 10 次評分 |
開發者 | Adam |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Who's Live on Twitch", "description": "See who's streaming live that you're following on Twitch.tv", "version": "1.9.1", "manifest_version": 2, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_title": "Who's Live", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options\/options.html", "permissions": [ "storage", "notifications" ], "web_accessible_resources": [ "options\/options.html" ] } |