By: boenshao
Inspect and view changes in Leetcode Difficulty Rating source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Leetcode Difficulty Rating",
"version": "1.1.8",
"description": "Replace Leetcode problem's difficulty with a more precise contest rating.",
"permissions": [
"storage"
],
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"content_scripts": [
{
"js": [
"src/content.js"
],
"matches": [
"*://leetcode.com/*",
"*://leetcode.cn/*"
]
}
],
"background": {
"scripts": [
"src/background.js"
]
},
"action": {
"default_popup": "src/popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{7b7c68a5-b764-4b80-8b3c-9d162cbc4d09}"
}
}
} Best Leetcode Difficulty Rating Alternatives
Here are some Firefox add-ons that are similar to Leetcode Difficulty Rating:
LeetcodeEnhancer
Shub
LC_Difficulty_Eliminator
Akhil Sharma
Leetcode Contest Tracker
altyon
LeetCode Ranks
Nuggets10
ShowProblemRating
Jayesh Shaw
Codeforces Rating-Based Heatmap
Gopikrishna
CF GetRating
Manas Rawat
CF Random Problem Generator
Yamin
Codeforces Rating Hider
Hemil Patel
Painless LeetCode
nikaltipar
Codeforces Custom Contests
AvDev