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 Spatchy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ISS-Sim Speedrun Timer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |