Codeforces Accepted Status

convenient features for codeforce if u r current in problem page 'g' key will navigate you to current problem's friends only status…

Codeforces Accepted Status là gì?

Codeforces Accepted Status là một tiện ích mở rộng Chrome được phát triển bởi espreeso010, và tính năng chính của nó là "convenient features for codeforce if u r current in problem page 'g' key will navigate you to current problem's friends only status…".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Codeforces Accepted Status

Tải xuống các tệp mở rộng Codeforces Accepted Status 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

                        convenient features for codeforce
if u r current in problem page
'g' key will navigate you to current problem's friends only status page.                    

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

Tên Codeforces Accepted Status Codeforces Accepted Status
ID lclfamkhegbjgbmaefginodfepckkkme
URL Chính Thức https://chromewebstore.google.com/detail/codeforces-accepted-statu/lclfamkhegbjgbmaefginodfepckkkme
Mô tả convenient features for codeforce if u r current in problem page 'g' key will navigate you to current problem's friends only status…
Kích Thước Tệp 3.44 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-03-28
Ngày Phát Hành 2021-03-20
Nhà Phát Triển espreeso010
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": "Codeforces Accepted Status",
    "version": "1.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/codeforces.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}