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 |
公式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" } } |