iRacing Setup Spotter
This extension finds all posted setups in the current thread and lists them for download
iRacing Setup Spotterคืออะไร?
iRacing Setup Spotter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roel Beckers และคุณลักษณะหลักของมันคือ "This extension finds all posted setups in the current thread and lists them for download"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iRacing Setup Spotter
ดาวน์โหลดไฟล์ส่วนขยาย iRacing Setup Spotter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extensions finds all setups posted in the current thread of the iRacing forum and shows them on a convenient location. You can directly download from the setup list or click the setup you are interested in to jump to the corresponding post. Version 1.4 - fixed a couple of multi page bugs - multi page setup spotting is more stable now
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hgpaplkommmdjkapadhmpodjbnklibck |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/iracing-setup-spotter/hgpaplkommmdjkapadhmpodjbnklibck |
คำอธิบาย | This extension finds all posted setups in the current thread and lists them for download |
ขนาดไฟล์ | 89.53 KB |
จำนวนการติดตั้ง | 294 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2019-08-16 |
วันที่เผยแพร่ | 2019-08-16 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Roel Beckers |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "iRacing Setup Spotter", "description": "This extension finds all posted setups in the current thread and lists them for download", "version": "1.4", "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "*:\/\/members.iracing.com\/jforum\/posts\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.members.iracing.com\/jforum\/posts\/*" ], "js": [ "jquery-3.1.0.min.js", "setupspotter.js" ], "css": [ "setupspotter.css" ] } ], "web_accessible_resources": [ "loader-svg.svg", "download.png" ] } |