Random Twitch Stream Finder
Retrieves a random Twitch stream URL out of all currently active Twitch streams.
什么是Random Twitch Stream Finder?
Random Twitch Stream Finder是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Retrieves a random Twitch stream URL out of all currently active Twitch streams.”。
扩展截图
下载Random Twitch Stream Finder扩展crx文件
下载Random Twitch Stream Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Finds and retrieves a random Twitch stream URL from all currently active Twitch Streams with at least 5 viewers. Users can also quickly cycle through URLs until they find a stream they're interested in.
This extension is originally intended for academic use, but can be easily adapted for fun and entertainment. 扩展基本信息
| 名称 | |
| ID | gahomenacfabmmkedieckngggocgkdma |
| 官方URL | https://chromewebstore.google.com/detail/random-twitch-stream-find/gahomenacfabmmkedieckngggocgkdma |
| 简介 | Retrieves a random Twitch stream URL out of all currently active Twitch streams. |
| 文件大小 | 5.03 MB |
| 安装次数 | 199 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2020-06-11 |
| 上架时间 | 2020-06-11 |
| 评分 | 4.50/5 共4次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Random Twitch Stream Finder",
"version": "1.0.0",
"description": "Retrieves a random Twitch stream URL out of all currently active Twitch streams.",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "randomTwitchStream_32.png"
},
"manifest_version": 2,
"icons": {
"16": "randomTwitchStream_16.png",
"48": "randomTwitchStream_48.png",
"128": "randomTwitchStream_128.png"
}
} | |