iRacing Setup Spotter
This extension finds all posted setups in the current thread and lists them for download
¿Qué es iRacing Setup Spotter?
iRacing Setup Spotter es una extensión de Chrome desarrollada por Roel Beckers, y su función principal es "This extension finds all posted setups in the current thread and lists them for download".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión iRacing Setup Spotter
Descarga archivos de extensión iRacing Setup Spotter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | hgpaplkommmdjkapadhmpodjbnklibck |
URL Oficial | https://chrome.google.com/webstore/detail/iracing-setup-spotter/hgpaplkommmdjkapadhmpodjbnklibck |
Descripción | This extension finds all posted setups in the current thread and lists them for download |
Tamaño del Archivo | 89.53 KB |
Cantidad de Instalaciones | 294 |
Versión Actual | 1.4 |
Última Actualización | 2019-08-16 |
Fecha de Publicación | 2019-08-16 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | Roel Beckers |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |