Better WCA Profile

Adds more stuff to your WCA profile!

Wat is Better WCA Profile?

Better WCA Profile is een Chrome-extensie ontwikkeld door Piotr Olszewski, en de belangrijkste functie is "Adds more stuff to your WCA profile!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Better WCA Profile

Download Better WCA Profile-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

                        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)                    

Basisinformatie over de Extensie

Naam Better WCA Profile Better WCA Profile
ID danpoknbopmfehihibdjipffjeagaelk
Officiële URL https://chromewebstore.google.com/detail/better-wca-profile/danpoknbopmfehihibdjipffjeagaelk
Beschrijving Adds more stuff to your WCA profile!
Bestandsgrootte 38.62 KB
Aantal Installaties 115
Huidige Versie 1.3
Laatst Bijgewerkt 2024-02-05
Publicatiedatum 2022-03-15
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Piotr Olszewski
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}