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…
Was ist Codeforces Accepted Status?
Codeforces Accepted Status ist eine Chrome-Erweiterung, die von espreeso010 entwickelt wurde, und ihr Hauptmerkmal ist "convenient features for codeforce if u r current in problem page 'g' key will navigate you to current problem's friends only status…".
Erweiterungsscreenshots
Codeforces Accepted Status-Erweiterungs-CRX-Datei herunterladen
Laden Sie Codeforces Accepted Status-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        convenient features for codeforce
if u r current in problem page
'g' key will navigate you to current problem's friends only status page.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | lclfamkhegbjgbmaefginodfepckkkme | 
| Offizielle URL | https://chromewebstore.google.com/detail/codeforces-accepted-statu/lclfamkhegbjgbmaefginodfepckkkme | 
| Beschreibung | convenient features for codeforce if u r current in problem page 'g' key will navigate you to current problem's friends only status… | 
| Dateigröße | 3.44 KB | 
| Installationsanzahl | 39 | 
| Aktuelle Version | 1.2 | 
| Letztes Update | 2022-03-28 | 
| Veröffentlichungsdatum | 2021-03-20 | 
| Entwickler | espreeso010 | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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"
            ]
        }
    ]
}  |  |