By: Adham El-Rouby Add-on
Inspect and view changes in Codeforces Problem Picker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Codeforces Problem Picker",
"description": "Choose a random problem from problemset on Codeforces.",
"version": "1.0",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"content_scripts": [
{
"js": [
"content.js"
],
"css": [
"content.css"
],
"matches": [
"https://codeforces.com/problemset*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "adhamelrouby@aucegypt.edu",
"strict_min_version": "58.0"
}
}
} Best Codeforces Problem Picker Alternatives
Here are some Firefox add-ons that are similar to Codeforces Problem Picker:
CF Randomizer
GodLShounak
CF Random Problem Generator
Yamin
Eolymp Random Problem
FanaticExplorer
CF Get Problems
Dhanraj Chaurasia
Pick For Me
AceToolz
Codeforces Problem Recommender
Swapnamoy
Codeforces Solutions
Navpreet Singh
Painless LeetCode
nikaltipar
Codeforces Input/Output Extractor
Nonoze
ncrandom
Khaled
Solve Or Suffer
ayu
CF Magic Randomizer
aryanc403