iRacing Setup Spotter
This extension finds all posted setups in the current thread and lists them for download
Co je iRacing Setup Spotter?
iRacing Setup Spotter je rozšíření Chrome vyvinuté Roel Beckers, a jeho hlavní funkcí je „This extension finds all posted setups in the current thread and lists them for download“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření iRacing Setup Spotter
Stáhněte si soubory rozšíření iRacing Setup Spotter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | hgpaplkommmdjkapadhmpodjbnklibck |
Oficiální URL | https://chrome.google.com/webstore/detail/iracing-setup-spotter/hgpaplkommmdjkapadhmpodjbnklibck |
Popis | This extension finds all posted setups in the current thread and lists them for download |
Velikost souboru | 89.53 KB |
Počet instalací | 294 |
Aktuální Verze | 1.4 |
Poslední Aktualizace | 2019-08-16 |
Datum Vydání | 2019-08-16 |
Hodnocení | 3.67/5 Celkem 3 Hodnocení |
Vývojář | Roel Beckers |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } |