Random Twitch Stream Finder
Retrieves a random Twitch stream URL out of all currently active Twitch streams.
Random Twitch Stream Finder là gì?
Random Twitch Stream Finder là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Retrieves a random Twitch stream URL out of all currently active Twitch streams.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Random Twitch Stream Finder
Tải xuống các tệp mở rộng Random Twitch Stream Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Random Twitch Stream Finder |
ID | gahomenacfabmmkedieckngggocgkdma |
URL Chính Thức | https://chromewebstore.google.com/detail/random-twitch-stream-find/gahomenacfabmmkedieckngggocgkdma |
Mô tả | Retrieves a random Twitch stream URL out of all currently active Twitch streams. |
Kích Thước Tệp | 5.03 MB |
Số Lần Cài Đặt | 199 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2020-06-11 |
Ngày Phát Hành | 2020-06-11 |
Đánh Giá | 4.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |