Inspect and view changes in Codeforces Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Codeforces Helper",
"version": "4.0",
"description": "Enhance Codeforces with an easy contest participant checker and user submission rating viewer.",
"icons": {
"48": "icons/icon.png"
},
"permissions": [
"storage",
"activeTab"
],
"host_permissions": [
"https://codeforces.com/*"
],
"action": {
"default_popup": "popup/popup.html",
"default_icon": "icons/icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://codeforces.com/contests*"
],
"js": [
"content_scripts/contest_participant_checker.js"
]
},
{
"matches": [
"https://codeforces.com/submissions/*"
],
"js": [
"content_scripts/submissions_rating.js"
]
},
{
"matches": [
"https://codeforces.com/contest/*/problem/*",
"https://codeforces.com/problemset/problem/*"
],
"js": [
"content_scripts/cfHideTagsExceptRating.js"
]
},
{
"matches": [
"https://codeforces.com/contest/*/problem/*",
"https://codeforces.com/problemset/problem/*",
"https://codeforces.com/profile/*"
],
"js": [
"content_scripts/codeforcesSaveQuestions.js"
]
},
{
"matches": [
"https://codeforces.com/problemset*"
],
"js": [
"content_scripts/cfHideTagsExceptRatingProblemset.js"
]
},
{
"matches": [
"https://codeforces.com/profile/*"
],
"js": [
"content_scripts/multiUserRatingGraph.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "codeforces-helper@yourdomain.com",
"strict_min_version": "68.0"
}
}
} Best Codeforces Helper Alternatives
Here are some Firefox add-ons that are similar to Codeforces Helper:
CF static site enchancer
Ashutosh Patkar
Codeforces Custom Contests
AvDev
CF Analyticsew53tge
MB66 - THƯỞNG LỚN HÀNG NGÀY CÙNG MB66
CF GetRating
Manas Rawat
Codeforces Profile Preview
Sriteja Pashya
Codeforces Rating-Based Heatmap
Gopikrishna
Codeforces Profile Enhancer
8us
Codeforces QoL
tomytp
CF AC Companion
Nasif Shahrier Nafi
Codeforces Friends Tracker
Priyanshu Ranjan
Codeforces Rating Hider
Hemil Patel
EnhanceCF
sakib.dev