iRacing Setup Spotter
This extension finds all posted setups in the current thread and lists them for download
Qu'est-ce que iRacing Setup Spotter ?
iRacing Setup Spotter est une extension Chrome développée par Roel Beckers, et sa fonction principale est "This extension finds all posted setups in the current thread and lists them for download".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension iRacing Setup Spotter
Téléchargez les fichiers d'extension iRacing Setup Spotter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | hgpaplkommmdjkapadhmpodjbnklibck |
URL Officiel | https://chrome.google.com/webstore/detail/iracing-setup-spotter/hgpaplkommmdjkapadhmpodjbnklibck |
Description | This extension finds all posted setups in the current thread and lists them for download |
Taille du Fichier | 89.53 KB |
Nombre d'Installations | 294 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2019-08-16 |
Date de Publication | 2019-08-16 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | Roel Beckers |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |