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