By: fillabusta420 Add-on
Inspect and view changes in LeetBoost: AutoCompleteLeetCode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "LeetBoost: Auto-Complete for LeetCode",
"version": "1.2",
"description": "Provides context-unaware intellisense for LeetCode code editor. Allows users to make custom code snippets.",
"permissions": [
"storage",
"tabs"
],
"background": {
"scripts": [
"src/background.js"
],
"persistent": false
},
"icons": {
"128": "icons/logo.png"
},
"browser_action": {
"default_icon": "icons/logo.png",
"default_popup": "dist/index.html"
},
"web_accessible_resources": [
"src/initialize.js",
"src/disable.js",
"src/enable.js"
],
"content_scripts": [
{
"run_at": "document_end",
"js": [
"src/content.js"
],
"matches": [
"https://leetcode.com/problems/*",
"https://leetcode.com/contest/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{06cd0850-9b0f-4084-8df9-9acbe3bf721c}"
}
}
} Best LeetBoost: AutoCompleteLeetCode Alternatives
Here are some Firefox add-ons that are similar to LeetBoost: AutoCompleteLeetCode:
IntelliSense for LeetCode
Sam
Enhancer for Leetcode
Shub
AlgoAssist
Varun Maramreddy
Leetforge
Zi Jun Wang
LeetGuide AI
Nallu Labs
QuickLeet
ishvnt
LeetReminders
Leet Reminders
LeetPlug
leetplug
LeetCode Contest Helper
imozo studio
LC Contest Helper
Sayan Bakshi
LeetJump - Leetcode quick search extension
lirena00
LeetCode Enh: Confetti Tips
Aman Jain