iRacing Setup Spotter
This extension finds all posted setups in the current thread and lists them for download
Apa itu iRacing Setup Spotter?
iRacing Setup Spotter adalah ekstensi Chrome yang dikembangkan oleh Roel Beckers, dan fitur utamanya adalah "This extension finds all posted setups in the current thread and lists them for download".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi iRacing Setup Spotter
Unduh file ekstensi iRacing Setup Spotter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | hgpaplkommmdjkapadhmpodjbnklibck |
URL Resmi | https://chrome.google.com/webstore/detail/iracing-setup-spotter/hgpaplkommmdjkapadhmpodjbnklibck |
Deskripsi | This extension finds all posted setups in the current thread and lists them for download |
Ukuran File | 89.53 KB |
Jumlah Instalasi | 294 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2019-08-16 |
Tanggal Publikasi | 2019-08-16 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Roel Beckers |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |