By: pratikrkcha Add-on
Inspect and view changes in CF Stopwatch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "CF Stopwatch",
"version": "1.0.0",
"description": "Automatically tracks how long you spend on each Codeforces problem. Stops on Accepted, survives tab switches, and lets you reattempt with one click.",
"browser_specific_settings": {
"gecko": {
"id": "cf-stopwatch@extension",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
},
"permissions": [
"storage",
"*://codeforces.com/*"
],
"content_scripts": [
{
"matches": [
"*://codeforces.com/problemset/problem/*/*",
"*://codeforces.com/contest/*/problem/*",
"*://codeforces.com/gym/*/problem/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_idle"
}
],
"browser_action": {
"default_title": "CF Stopwatch",
"default_icon": {
"46": "icon46.png",
"96": "icon96.png"
}
},
"icons": {
"46": "icon46.png",
"96": "icon96.png"
}
} Best CF Stopwatch Alternatives
Here are some Firefox add-ons that are similar to CF Stopwatch:
CF AC Companion
Nasif Shahrier Nafi
Codeforces Daily Tracker
Avanish Pandey
CF static site enchancer
Ashutosh Patkar
Codecal
Imran Shihab
Codeforces Torture
Mubtasim Sajid
Green Timer
Manoj Kumar
Codeforces Custom Contests
AvDev
Green Code
NX-Org
CF Analytics
Apoorva Raj Bhadani
LeetCode Timer
Brian Ko
Screen Watch Timer
Ninad Mhaskar
CF FetchCodes
Sayan Paul