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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Codeforces Accepted Status एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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