iRacing Setup Spotter
This extension finds all posted setups in the current thread and lists them for download
什么是iRacing Setup Spotter?
iRacing Setup Spotter是由Roel Beckers开发的Chrome扩展程序,该扩展的主要功能是“This extension finds all posted setups in the current thread and lists them for download”。
扩展截图
下载iRacing Setup Spotter扩展crx文件
下载iRacing Setup Spotter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | hgpaplkommmdjkapadhmpodjbnklibck |
官方URL | https://chrome.google.com/webstore/detail/iracing-setup-spotter/hgpaplkommmdjkapadhmpodjbnklibck |
简介 | This extension finds all posted setups in the current thread and lists them for download |
文件大小 | 89.53 KB |
安装次数 | 294 |
当前版本 | 1.4 |
更新时间 | 2019-08-16 |
上架时间 | 2019-08-16 |
评分 | 3.67/5 共3次评分 |
开发者 | Roel Beckers |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |