SpeedRunsLive Stream Viewer
For easily viewing the streams on SpeedRunsLive.com
SpeedRunsLive Stream Viewer là gì?
SpeedRunsLive Stream Viewer là một tiện ích mở rộng Chrome được phát triển bởi Julian Jocque, và tính năng chính của nó là "For easily viewing the streams on SpeedRunsLive.com".
Ả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 SpeedRunsLive Stream Viewer
Tải xuống các tệp mở rộng SpeedRunsLive Stream Viewer 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
Easiest way to view all the best streams of speed runners from SpeedRunsLive.com! With the click of a button you will easily see who is online and what they are running. One more click and you're straight to watching your favorite runners. Please contact me at [email protected] or twitch.tv/okiyama with any bugs/questions/feature suggestions. This project is open source! Project page is here: https://github.com/okiyama/SRLChromeExtension
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nphaihpdpkboplhbcdpmlaibainbnjio |
URL Chính Thức | https://chrome.google.com/webstore/detail/speedrunslive-stream-view/nphaihpdpkboplhbcdpmlaibainbnjio |
Mô tả | For easily viewing the streams on SpeedRunsLive.com |
Kích Thước Tệp | 91.19 KB |
Số Lần Cài Đặt | 145 |
Phiên Bản Hiện Tại | 1.5.5 |
Cập Nhật Lần Cuối | 2020-06-30 |
Ngày Phát Hành | 2020-06-30 |
Đánh Giá | 4.64/5 Tổng số 22 Đánh Giá |
Nhà Phát Triển | Julian Jocque |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SpeedRunsLive Stream Viewer", "description": "For easily viewing the streams on SpeedRunsLive.com", "version": "1.5.5", "browser_action": { "default_icon": "images\/icon19.png", "default_popup": "popup.html" }, "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "storage", "http:\/\/api.speedrunslive.com\/*" ] } |