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…
Cos'è ISS-Sim Speedrun Timer?
ISS-Sim Speedrun Timer è un'estensione di Chrome sviluppata da Spatchy, e la sua funzione principale è "This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ISS-Sim Speedrun Timer
Scarica i file di estensione ISS-Sim Speedrun Timer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | ISS-Sim Speedrun Timer |
ID | necjicdkncboglcmpmhgeghdiplfjbik |
URL Ufficiale | https://chromewebstore.google.com/detail/iss-sim-speedrun-timer/necjicdkncboglcmpmhgeghdiplfjbik |
Descrizione | This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply… |
Dimensione del File | 38.38 KB |
Conteggio Installazioni | 314 |
Versione Corrente | 20.05.17 |
Ultimo Aggiornamento | 2020-05-18 |
Data di Pubblicazione | 2020-05-17 |
Valutazione | 2.33/5 Totale 3 Valutazioni |
Sviluppatore | Spatchy |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |