By: Arsh Saxena Add-on
Inspect and view changes in LeetJump - LeetCode Problem ID Redirect source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "LeetJump - LeetCode Problem ID Redirect",
"version": "1.0",
"description": "Instantly redirect LeetCode problem numbers (leetcode.com/p/<id>, /problem/<id>, /problems/<id>) to official problem slug pages.",
"browser_specific_settings": {
"gecko": {
"id": "leetjump@leetjump",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
},
"permissions": [
"webNavigation",
"storage"
],
"host_permissions": [
"https://leetcode.com/*",
"https://leetcode.cn/*",
"https://raw.githubusercontent.com/*"
],
"background": {
"scripts": [
"src/background.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"https://leetcode.com/*",
"https://www.leetcode.com/*",
"https://leetcode.cn/*",
"https://www.leetcode.cn/*"
],
"js": [
"src/content.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
} Best LeetJump - LeetCode Problem ID Redirect Alternatives
Here are some Firefox add-ons that are similar to LeetJump - LeetCode Problem ID Redirect:
Leetcode_Id2Tab
Siddhant Uniyal
leetdirect
salieri
LeetJump - Leetcode quick search extension
lirena00
Clip LeetCode
Slofine Din.
LeetCode Classic
Chandrakishor Singh
LeetCode Problem Link Helper
Ayush Baliyan
Leetcode Helper
rujeetj
Leetcode Notes
Alex Sohn
Leetcode torture
The Coding Sloth
LeetPush_by_rain5409
rain5409
LeetBrawls
Kevin
LeetCode Torture
danilovict2