CsTimer Official results insertion
Compare your Times in CSTimer to your Official WCA profile!
Wat is CsTimer Official results insertion?
CsTimer Official results insertion is een Chrome-extensie ontwikkeld door 43904.ando527, en de belangrijkste functie is "Compare your Times in CSTimer to your Official WCA profile!".
Extensie Screenshots
Download het CRX-bestand van de extensie CsTimer Official results insertion
Download CsTimer Official results insertion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | CsTimer Official results insertion |
ID | hmbiafiooldmappmecndalifbpclamgg |
Officiële URL | https://chromewebstore.google.com/detail/cstimer-official-results/hmbiafiooldmappmecndalifbpclamgg |
Beschrijving | Compare your Times in CSTimer to your Official WCA profile! |
Bestandsgrootte | 41.61 KB |
Aantal Installaties | 60 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2022-12-21 |
Publicatiedatum | 2022-11-21 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | 43904.ando527 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ando527/CsTimer-Official-Times-Integration-Extension |
Ondersteunde Talen | 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\/*" ] } ] } |