Better WCA Profile

Adds more stuff to your WCA profile!

Better WCA Profile là gì?

Better WCA Profile là một tiện ích mở rộng Chrome được phát triển bởi Piotr Olszewski, và tính năng chính của nó là "Adds more stuff to your WCA profile!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better WCA Profile

Tải xuống các tệp mở rộng Better WCA Profile dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Better WCA Profile Better WCA Profile
ID danpoknbopmfehihibdjipffjeagaelk
URL Chính Thức https://chromewebstore.google.com/detail/better-wca-profile/danpoknbopmfehihibdjipffjeagaelk
Mô tả Adds more stuff to your WCA profile!
Kích Thước Tệp 38.62 KB
Số Lần Cài Đặt 115
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2024-02-05
Ngày Phát Hành 2022-03-15
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Piotr Olszewski
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}