Better WCA Profile

Adds more stuff to your WCA profile!

Co je Better WCA Profile?

Better WCA Profile je rozšíření Chrome vyvinuté Piotr Olszewski, a jeho hlavní funkcí je „Adds more stuff to your WCA profile!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Better WCA Profile

Stáhněte si soubory rozšíření Better WCA Profile ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Additions to your WCA profile include:
- Rolling averages
- Comparing yourself to others (visit their profile if you're logged on)
- Age of PR's (hover over them)                    

Základní Informace o Rozšíření

Název Better WCA Profile Better WCA Profile
ID danpoknbopmfehihibdjipffjeagaelk
Oficiální URL https://chromewebstore.google.com/detail/better-wca-profile/danpoknbopmfehihibdjipffjeagaelk
Popis Adds more stuff to your WCA profile!
Velikost souboru 38.62 KB
Počet instalací 115
Aktuální Verze 1.3
Poslední Aktualizace 2024-02-05
Datum Vydání 2022-03-15
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Piotr Olszewski
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better WCA Profile",
    "version": "1.3",
    "description": "Adds more stuff to your WCA profile!",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.worldcubeassociation.org\/persons\/*",
                "http:\/\/www.worldcubeassociation.org\/persons\/*"
            ],
            "run_at": "document_end",
            "js": [
                "jquery.js",
                "online_detector.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.worldcubeassociation.org\/persons\/*",
                "http:\/\/www.worldcubeassociation.org\/persons\/*"
            ],
            "run_at": "document_end",
            "js": [
                "jquery.js",
                "rolling_averages.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.worldcubeassociation.org\/persons\/*",
                "http:\/\/www.worldcubeassociation.org\/persons\/*"
            ],
            "run_at": "document_end",
            "js": [
                "jquery.js",
                "age_of_pbs.js"
            ]
        }
    ]
}