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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |