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 |
官方網址 | 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\/" ] } |