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…

Qu'est-ce que ISS-Sim Speedrun Timer ?

ISS-Sim Speedrun Timer est une extension Chrome développée par Spatchy, et sa fonction principale est "This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ISS-Sim Speedrun Timer

Téléchargez les fichiers d'extension ISS-Sim Speedrun Timer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ISS-Sim Speedrun Timer ISS-Sim Speedrun Timer
ID necjicdkncboglcmpmhgeghdiplfjbik
URL Officiel https://chromewebstore.google.com/detail/iss-sim-speedrun-timer/necjicdkncboglcmpmhgeghdiplfjbik
Description This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply…
Taille du Fichier 38.38 KB
Nombre d'Installations 314
Version Actuelle 20.05.17
Dernière Mise à Jour 2020-05-18
Date de Publication 2020-05-17
Évaluation 2.33/5 Total 3 Évaluations
Développeur Spatchy
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}