By: Munna Verma
Inspect and view changes in Code With Ai source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "LeetCode AI Helper",
"description": "AI hints assistant for LeetCode problems with contextual guidance.",
"version": "1.0.0",
"permissions": [
"storage",
"tabs",
"activeTab",
"scripting"
],
"host_permissions": [
"https://leetcode.com/problems/*",
"https://generativelanguage.googleapis.com/*"
],
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"https://leetcode.com/pro blems/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"commands": {
"toggle-chat": {
"suggested_key": {
"default": "Ctrl+Shift+A",
"mac": "Command+Shift+A"
},
"description": "Toggle LeetCode AI Helper chat"
}
},
"action": {
"default_title": "LeetCode AI Helper",
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"browser_specific_settings": {
"gecko": {
"id": "leetcode-ai-helper@example.com",
"strict_min_version": "121.0",
"data_collection_permissions": {
"required": [
"websiteContent"
]
}
}
}
} Best Code With Ai Alternatives
Here are some Firefox add-ons that are similar to Code With Ai:
AlgoAssist
Varun Maramreddy
LeetGuide AI
Nallu Labs
ChatGPT for LeetCode
Scale Indie
LeetCode Logic Assistant
Ayaj
CodeHelper
Nikhil Kumar
LeetCode Hints
LeetCode Hints
AI-powered Code Review AS
Grean Duoa
LeetGenius
Bilal Shahid
InterviewCodes
Radslow
Codota Code Suggestions
codota-code-suggestions