Better WCA Profile

Better WCA Profile

Adds more stuff to your WCA profile!

Merlin
Additional files are visible only to premium users

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"
      ]
    }
  ]
}