CsTimer Official results insertion

Compare your Times in CSTimer to your Official WCA profile!

Was ist CsTimer Official results insertion?

CsTimer Official results insertion ist eine Chrome-Erweiterung, die von 43904.ando527 entwickelt wurde, und ihr Hauptmerkmal ist "Compare your Times in CSTimer to your Official WCA profile!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

CsTimer Official results insertion-Erweiterungs-CRX-Datei herunterladen

Laden Sie CsTimer Official results insertion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Integrate your Official WCA Profile times into your CSTimer sessions!

Just input your WCA ID e.g. 2022ANDE01 and press LOAD

Make sure your session scramble is set to "WCA" and then your event

Note: This is still continuously under development, please report any bugs you may find

Please also note that this is not an Official Extension, it is just referencing your "Official" WCA Times                    

Grundlegende Informationen zur Erweiterung

Name CsTimer Official results insertion CsTimer Official results insertion
ID hmbiafiooldmappmecndalifbpclamgg
Offizielle URL https://chromewebstore.google.com/detail/cstimer-official-results/hmbiafiooldmappmecndalifbpclamgg
Beschreibung Compare your Times in CSTimer to your Official WCA profile!
Dateigröße 41.61 KB
Installationsanzahl 60
Aktuelle Version 0.0.2
Letztes Update 2022-12-21
Veröffentlichungsdatum 2022-11-21
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler 43904.ando527
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ando527/CsTimer-Official-Times-Integration-Extension
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CsTimer Official results insertion",
    "version": "0.0.2",
    "manifest_version": 3,
    "description": "Compare your Times in CSTimer to your Official WCA profile!",
    "homepage_url": "https:\/\/github.com\/ando527\/CsTimer-Official-Times-Integration-Extension",
    "author": "Mitchell Anderson",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "CsTimer Official results insertion"
    },
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/cstimer.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/cstimer.net\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/functions\/*"
            ],
            "matches": [
                "https:\/\/cstimer.net\/*"
            ]
        }
    ]
}