SpeedRunsLive Stream Viewer
For easily viewing the streams on SpeedRunsLive.com
SpeedRunsLive Stream Viewerคืออะไร?
SpeedRunsLive Stream Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Julian Jocque และคุณลักษณะหลักของมันคือ "For easily viewing the streams on SpeedRunsLive.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SpeedRunsLive Stream Viewer
ดาวน์โหลดไฟล์ส่วนขยาย SpeedRunsLive Stream Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nphaihpdpkboplhbcdpmlaibainbnjio |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/speedrunslive-stream-view/nphaihpdpkboplhbcdpmlaibainbnjio |
คำอธิบาย | For easily viewing the streams on SpeedRunsLive.com |
ขนาดไฟล์ | 91.19 KB |
จำนวนการติดตั้ง | 145 |
เวอร์ชันปัจจุบัน | 1.5.5 |
อัปเดตครั้งล่าสุด | 2020-06-30 |
วันที่เผยแพร่ | 2020-06-30 |
คะแนน | 4.64/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | Julian Jocque |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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\/*" ] } |