iRacing Setup Spotter
This extension finds all posted setups in the current thread and lists them for download
iRacing Setup Spotter là gì?
iRacing Setup Spotter là một tiện ích mở rộng Chrome được phát triển bởi Roel Beckers, và tính năng chính của nó là "This extension finds all posted setups in the current thread and lists them for download".
Ả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 iRacing Setup Spotter
Tải xuống các tệp mở rộng iRacing Setup Spotter 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hgpaplkommmdjkapadhmpodjbnklibck |
URL Chính Thức | https://chrome.google.com/webstore/detail/iracing-setup-spotter/hgpaplkommmdjkapadhmpodjbnklibck |
Mô tả | This extension finds all posted setups in the current thread and lists them for download |
Kích Thước Tệp | 89.53 KB |
Số Lần Cài Đặt | 294 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2019-08-16 |
Ngày Phát Hành | 2019-08-16 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Roel Beckers |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |