iRacing Setup Spotter
This extension finds all posted setups in the current thread and lists them for download
O que é iRacing Setup Spotter?
iRacing Setup Spotter é uma extensão do Chrome desenvolvida por Roel Beckers, e sua principal característica é "This extension finds all posted setups in the current thread and lists them for download".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão iRacing Setup Spotter
Baixe arquivos de extensão iRacing Setup Spotter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | hgpaplkommmdjkapadhmpodjbnklibck |
URL Oficial | https://chrome.google.com/webstore/detail/iracing-setup-spotter/hgpaplkommmdjkapadhmpodjbnklibck |
Descrição | This extension finds all posted setups in the current thread and lists them for download |
Tamanho do Arquivo | 89.53 KB |
Contagem de Instalações | 294 |
Versão Atual | 1.4 |
Última Atualização | 2019-08-16 |
Data de Publicação | 2019-08-16 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | Roel Beckers |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |