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…
Wat is Codeforces Accepted Status?
Codeforces Accepted Status is een Chrome-extensie ontwikkeld door espreeso010, en de belangrijkste functie is "convenient features for codeforce if u r current in problem page 'g' key will navigate you to current problem's friends only status…".
Extensie Screenshots
Download het CRX-bestand van de extensie Codeforces Accepted Status
Download Codeforces Accepted Status-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
convenient features for codeforce if u r current in problem page 'g' key will navigate you to current problem's friends only status page.
Basisinformatie over de Extensie
Naam | Codeforces Accepted Status |
ID | lclfamkhegbjgbmaefginodfepckkkme |
Officiële URL | https://chromewebstore.google.com/detail/codeforces-accepted-statu/lclfamkhegbjgbmaefginodfepckkkme |
Beschrijving | convenient features for codeforce if u r current in problem page 'g' key will navigate you to current problem's friends only status… |
Bestandsgrootte | 3.44 KB |
Aantal Installaties | 39 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2022-03-28 |
Publicatiedatum | 2021-03-20 |
Ontwikkelaar | espreeso010 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |