ISS-Sim Speedrun Timer
This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply…
ما هو ISS-Sim Speedrun Timer؟
ISS-Sim Speedrun Timer هو إضافة Chrome تم تطويرها بواسطة Spatchy، والميزة الرئيسية لها هي "This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ISS-Sim Speedrun Timer
قم بتنزيل ملفات الامتداد ISS-Sim Speedrun Timer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply install the extension and press the 'Begin' button on iss-sim.spacex.com. The timer will be added to the HUD on the right. The timer will begin as soon as you gain control of the capsule and will end as soon as you make contact with the ISS. This project is open source, find the source code on github: https://github.com/Spatchy/iss-sim-speedrun-timer
معلومات أساسية عن التمديد
الاسم | ISS-Sim Speedrun Timer |
ID | necjicdkncboglcmpmhgeghdiplfjbik |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/iss-sim-speedrun-timer/necjicdkncboglcmpmhgeghdiplfjbik |
الوصف | This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply… |
حجم الملف | 38.38 KB |
عدد التثبيتات | 314 |
النسخة الحالية | 20.05.17 |
آخر تحديث | 2020-05-18 |
تاريخ النشر | 2020-05-17 |
تقييم | 2.33/5 مجموع تقييمات 3 |
المطور | Spatchy |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ISS-Sim Speedrun Timer", "version": "20.05.17", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/iss-sim.spacex.com\/*", "http:\/\/iss-sim.spacex.com\/*" ], "js": [ "jquery-3.5.1.min.js", "content.js" ] } ] } |