iRacing Setup Spotter
This extension finds all posted setups in the current thread and lists them for download
Co to jest iRacing Setup Spotter?
iRacing Setup Spotter to rozszerzenie Chrome opracowane przez Roel Beckers, a jego główną funkcją jest „This extension finds all posted setups in the current thread and lists them for download”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia iRacing Setup Spotter
Pobierz pliki rozszerzeń iRacing Setup Spotter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hgpaplkommmdjkapadhmpodjbnklibck |
Oficjalny URL | https://chrome.google.com/webstore/detail/iracing-setup-spotter/hgpaplkommmdjkapadhmpodjbnklibck |
Opis | This extension finds all posted setups in the current thread and lists them for download |
Rozmiar pliku | 89.53 KB |
Liczba instalacji | 294 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2019-08-16 |
Data Publikacji | 2019-08-16 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Roel Beckers |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |