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…
Cos'è Codeforces Accepted Status?
Codeforces Accepted Status è un'estensione di Chrome sviluppata da espreeso010, e la sua funzione principale è "convenient features for codeforce if u r current in problem page 'g' key will navigate you to current problem's friends only status…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Codeforces Accepted Status
Scarica i file di estensione Codeforces Accepted Status in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
convenient features for codeforce if u r current in problem page 'g' key will navigate you to current problem's friends only status page.
Informazioni di Base sull'Estensione
Nome | Codeforces Accepted Status |
ID | lclfamkhegbjgbmaefginodfepckkkme |
URL Ufficiale | https://chromewebstore.google.com/detail/codeforces-accepted-statu/lclfamkhegbjgbmaefginodfepckkkme |
Descrizione | convenient features for codeforce if u r current in problem page 'g' key will navigate you to current problem's friends only status… |
Dimensione del File | 3.44 KB |
Conteggio Installazioni | 39 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2022-03-28 |
Data di Pubblicazione | 2021-03-20 |
Sviluppatore | espreeso010 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |