Twitch Control
Control Twitch.tv tabs
什麼是Twitch Control?
Twitch Control是由Tyler Sutherland開發的Chrome擴展程式,該擴展的主要功能是“Control Twitch.tv tabs”。
擴展截圖
下載Twitch Control擴展crx文件
下載Twitch Control擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allows you to control twitch streams with out having to go to the tab the stream is in. You can pause, resume or adjust the volume of any stream you have open in chrome. You can also switch to any stream tab you have open by clicking on the stream name.
擴展基本資訊
名稱 | Twitch Control |
ID | hmjofdjfgjjejhgjigakoaddbgldgjai |
官方網址 | https://chromewebstore.google.com/detail/twitch-control/hmjofdjfgjjejhgjigakoaddbgldgjai |
簡介 | Control Twitch.tv tabs |
檔案大小 | 12.97 KB |
安裝次數 | 75 |
目前版本 | 0.3 |
更新時間 | 2017-05-22 |
上架時間 | 2017-05-22 |
開發者 | Tyler Sutherland |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Control", "version": "0.3", "description": "Control Twitch.tv tabs", "browser_action": { "default_popup": "popup.html" }, "author": "Tyler Sutherland", "permissions": [ "tabs", "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "icons": { "128": "icon_128.png" } } |