Twitch Control

Control Twitch.tv tabs

什么是Twitch Control?

Twitch Control是由Tyler Sutherland开发的Chrome扩展程序,该扩展的主要功能是“Control Twitch.tv tabs”。

扩展截图

screenshot

下载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 Twitch Control
ID hmjofdjfgjjejhgjigakoaddbgldgjai
官方URL 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"
    }
}