Live On Twitch
See all of your favorite Twitch streams with the click of a button!
什麼是Live On Twitch?
Live On Twitch是由tayg0123開發的Chrome擴展程式,該擴展的主要功能是“See all of your favorite Twitch streams with the click of a button!”。
擴展截圖
下載Live On Twitch擴展crx文件
下載Live On Twitch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With a single click, display all of the live streams you follow on twitch! After configuration, clicking on the extension icon will display a drop-down list of the streams you follow, grouped by game and sorted by viewers. You'll be given the name of the streamer, the title of their broadcast, how long they have been live, their current viewer count, and a thumbnail of their current stream. Choose from 3 different themes to match your current chrome theme. Live On Twitch is intended to provide a simple, straight-forward and polished experience. UPDATED: 5/4/21 Updated symbols used for better compatibility with other OS's. UPDATED: 11/1/20 Resolved issue where usernames were displayed in all lowercase. UPDATED: 10/14/20 Twitch recently changed the way developers access their API. In the near future, Live On Twitch will require twitch user authorization.
擴展基本資訊
名稱 | Live On Twitch |
ID | dbdlafkfklbnnfgigijdbbijdldkapcb |
官方網址 | https://chromewebstore.google.com/detail/live-on-twitch/dbdlafkfklbnnfgigijdbbijdldkapcb |
簡介 | See all of your favorite Twitch streams with the click of a button! |
檔案大小 | 407 KB |
安裝次數 | 126 |
目前版本 | 1.1.4 |
更新時間 | 2021-05-05 |
上架時間 | 2020-05-20 |
評分 | 4.18/5 共 11 次評分 |
開發者 | tayg0123 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Live On Twitch", "description": "See all of your favorite Twitch streams with the click of a button!", "version": "1.1.4", "icons": { "128": "media\/icon_128.png", "64": "media\/icon_64.png", "16": "media\/icon_16.png" }, "background": { "scripts": [ "js\/jquery-3.4.1.min.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "alarms" ], "options_page": "options.html" } |