iRacing Setup Spotter
This extension finds all posted setups in the current thread and lists them for download
Was ist iRacing Setup Spotter?
iRacing Setup Spotter ist eine Chrome-Erweiterung, die von Roel Beckers entwickelt wurde, und ihr Hauptmerkmal ist "This extension finds all posted setups in the current thread and lists them for download".
Erweiterungsscreenshots
iRacing Setup Spotter-Erweiterungs-CRX-Datei herunterladen
Laden Sie iRacing Setup Spotter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | hgpaplkommmdjkapadhmpodjbnklibck |
Offizielle URL | https://chrome.google.com/webstore/detail/iracing-setup-spotter/hgpaplkommmdjkapadhmpodjbnklibck |
Beschreibung | This extension finds all posted setups in the current thread and lists them for download |
Dateigröße | 89.53 KB |
Installationsanzahl | 294 |
Aktuelle Version | 1.4 |
Letztes Update | 2019-08-16 |
Veröffentlichungsdatum | 2019-08-16 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | Roel Beckers |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |