iRacing Setup Spotter
This extension finds all posted setups in the current thread and lists them for download
ما هو iRacing Setup Spotter؟
iRacing Setup Spotter هو إضافة Chrome تم تطويرها بواسطة Roel Beckers، والميزة الرئيسية لها هي "This extension finds all posted setups in the current thread and lists them for download".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة iRacing Setup Spotter
قم بتنزيل ملفات الامتداد iRacing Setup Spotter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |