Twitch.tv Stream Search
This extension allows users to quickly and easily find and stream Twitch channels!
Twitch.tv Stream Searchとは何ですか?
Twitch.tv Stream Searchはtdloganjによって開発されたChromeの拡張機能で、その主な機能は「This extension allows users to quickly and easily find and stream Twitch channels!」です。
Twitch.tv Stream Search拡張機能のCRXファイルをダウンロード
Twitch.tv Stream Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This little extension allows you to quickly search twitch for any stream of any game you want! If you find the stream you want to watch, just click on the image and it will open the twitch player right in the view! Otherwise you may click on the streamer name to be linked directly to their site.
拡張機能の基本情報
名前 | |
ID | mpimnemdomnlnllinjohifkedjepadjf |
公式URL | https://chrome.google.com/webstore/detail/twitchtv-stream-search/mpimnemdomnlnllinjohifkedjepadjf |
説明 | This extension allows users to quickly and easily find and stream Twitch channels! |
ファイルサイズ | 25.62 KB |
インストール数 | 30 |
現在のバージョン | 1.1 |
最終更新日 | 2015-09-16 |
公開日 | 2015-09-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | tdloganj |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "manifest_version": 2, "name": "Twitch.tv Stream Search", "description": "This extension allows users to quickly and easily find and stream Twitch channels!", "browser_action": { "default_icon": ".\/assets\/GlitchIcon_Purple.png", "default_popup": "index.html" }, "permissions": [ "fullscreen", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |