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é es ISS-Sim Speedrun Timer?

ISS-Sim Speedrun Timer es una extensión de Chrome desarrollada por Spatchy, y su función principal es "This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión ISS-Sim Speedrun Timer

Descarga archivos de extensión ISS-Sim Speedrun Timer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre ISS-Sim Speedrun Timer ISS-Sim Speedrun Timer
ID necjicdkncboglcmpmhgeghdiplfjbik
URL Oficial https://chromewebstore.google.com/detail/iss-sim-speedrun-timer/necjicdkncboglcmpmhgeghdiplfjbik
Descripción This is a neat speedrun timer for SpaceX's ISS Docking Simulator! Compete with others for the fastest successful docking. Simply…
Tamaño del Archivo 38.38 KB
Cantidad de Instalaciones 314
Versión Actual 20.05.17
Última Actualización 2020-05-18
Fecha de Publicación 2020-05-17
Calificación 2.33/5 Total de 3 Calificaciones
Desarrollador Spatchy
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}