Inspect and view changes in CF Fetcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "CF Fetcher",
"version": "1.1.0",
"description": "Fetch your Codeforces accepted submissions and generate a README.md file for your GitHub repository",
"permissions": [
"storage",
"downloads"
],
"action": {
"default_popup": "src/index.html",
"default_icon": "icons/icon.png"
},
"background": {
"scripts": [
"src/background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "cf-fetcher@example.com",
"strict_min_version": "109.0"
}
}
} Best CF Fetcher Alternatives
Here are some Firefox add-ons that are similar to CF Fetcher:
CF FetchCodes
Sayan Paul
CodeforcesSync
Nazrul Islam
CP Submit
Ayush Biswas
LeetCode to GitHub Sync
Ankit
LeetCode to GitHub Sync
sandysam
CP Code Manager
CacCat
Github PR Fetch
mgalgs
Codeforces Submission Analyzer
Milan
CF static site enchancer
Ashutosh Patkar
Codeforces Solutions
Navpreet Singh
CPH Submit
Divyanshu Agrawal
LeetCode to Github
DEXTER777