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\/" ] } |