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 |
官方網址 | 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" ] } |