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คืออะไร?

Codeforces Accepted Status เป็นส่วนขยายของ Chrome ที่พัฒนาโดย espreeso010 และคุณลักษณะหลักของมันคือ "convenient features for codeforce if u r current in problem page 'g' key will navigate you to current problem's friends only status…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Codeforces Accepted Status

ดาวน์โหลดไฟล์ส่วนขยาย Codeforces Accepted Status ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Codeforces Accepted Status Codeforces Accepted Status
ID lclfamkhegbjgbmaefginodfepckkkme
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/codeforces-accepted-statu/lclfamkhegbjgbmaefginodfepckkkme
คำอธิบาย convenient features for codeforce if u r current in problem page 'g' key will navigate you to current problem's friends only status…
ขนาดไฟล์ 3.44 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-03-28
วันที่เผยแพร่ 2021-03-20
ผู้พัฒนา espreeso010
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}