SRL Race Viewer
See which SRL races are ongoing
SRL Race Viewerคืออะไร?
SRL Race Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย prettybigjoe และคุณลักษณะหลักของมันคือ "See which SRL races are ongoing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SRL Race Viewer
ดาวน์โหลดไฟล์ส่วนขยาย SRL Race Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows you to see what SpeedRunsLive races are happening right now. Also allows you to change which games you want to see races for.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SRL Race Viewer |
ID | eledncnfcolfphehklgdabnideaihdal |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/srl-race-viewer/eledncnfcolfphehklgdabnideaihdal |
คำอธิบาย | See which SRL races are ongoing |
ขนาดไฟล์ | 117 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 0.8 |
อัปเดตครั้งล่าสุด | 2016-02-06 |
วันที่เผยแพร่ | 2016-02-06 |
ผู้พัฒนา | prettybigjoe |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SRL Race Viewer ", "description": "See which SRL races are ongoing", "version": "0.8", "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "activeTab", "alarms", "storage", "notifications" ], "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ], "persistant": false }, "options_page": "options.html", "browser_action": { "default_icon": { "19": "images\/stuff.png" }, "default_title": "SRL Races", "default_popup": "popup.html" }, "manifest_version": 2 } |