Twitch Control

Control Twitch.tv tabs

Twitch Control là gì?

Twitch Control là một tiện ích mở rộng Chrome được phát triển bởi Tyler Sutherland, và tính năng chính của nó là "Control Twitch.tv tabs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitch Control

Tải xuống các tệp mở rộng Twitch Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitch Control Twitch Control
ID hmjofdjfgjjejhgjigakoaddbgldgjai
URL Chính Thức https://chromewebstore.google.com/detail/twitch-control/hmjofdjfgjjejhgjigakoaddbgldgjai
Mô tả Control Twitch.tv tabs
Kích Thước Tệp 12.97 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2017-05-22
Ngày Phát Hành 2017-05-22
Nhà Phát Triển Tyler Sutherland
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}