Better WCA Profile

Adds more stuff to your WCA profile!

What is Better WCA Profile?

Better WCA Profile is a Chrome extension developed by Piotr Olszewski, and its main feature is "Adds more stuff to your WCA profile!".

Extension Screenshots

screenshot
screenshot

Download Better WCA Profile Extension CRX File

Download Better WCA Profile extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Better WCA Profile Better WCA Profile
ID danpoknbopmfehihibdjipffjeagaelk
Official URL https://chromewebstore.google.com/detail/better-wca-profile/danpoknbopmfehihibdjipffjeagaelk
Description Adds more stuff to your WCA profile!
File Size 38.62 KB
Installation Count 115
Current Version 1.3
Last Updated 2024-02-05
Publish Date 2022-03-15
Rating 5.00/5 Total 3 Ratings
Developer Piotr Olszewski
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}