By: Ayaj
Inspect and view changes in LeetCode Logic Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "LeetCode Logic Assistant",
"version": "1.0.0",
"description": "A Thinking Trainer for LeetCode - Learn how to think, not what to copy",
"permissions": [
"activeTab",
"scripting",
"storage",
"tabs"
],
"host_permissions": [
"https://leetcode.com/*",
"https://generativelanguage.googleapis.com/*"
],
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"https://leetcode.com/problems/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"sidebar_action": {
"default_icon": {
"16": "images/icon-16.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png"
},
"default_title": "LeetCode Logic Assistant",
"default_panel": "panel.html"
},
"action": {
"default_title": "Open Logic Assistant",
"default_icon": {
"16": "images/icon-16.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png"
}
},
"icons": {
"16": "images/icon-16.png",
"48": "images/icon-48.png",
"128": "images/icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "leetcode-logic-assistant@myself.com",
"strict_min_version": "112.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best LeetCode Logic Assistant Alternatives
Here are some Firefox add-ons that are similar to LeetCode Logic Assistant:
LeetMentor
Chirag Adve
AlgoAssist
Varun Maramreddy
LeetCode Hints
LeetCode Hints
YeetCode
Md Sujauddin Sekh
InterviewCodes
Radslow
Code With Ai
Munna Verma
CodeHelper
Nikhil Kumar
LeetGenius
Bilal Shahid
LeetGuide AI
Nallu Labs
LeetCode Enh: Confetti Tips
Aman Jain
KeepCode
dngi
Leetforge
Zi Jun Wang