By: Radslow
Inspect and view changes in InterviewCodes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "0.0.1",
"icons": {
"16": "icon/16.png",
"32": "icon/32.png",
"48": "icon/48.png",
"96": "icon/96.png",
"128": "icon/128.png"
},
"permissions": [
"storage",
"tabs",
"identity",
"browser"
],
"default_locale": "en",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "interview.codes",
"default_popup": "popup.html"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"*://leetcode.com/problems/*",
"*://neetcode.io/problems/*"
],
"js": [
"content-scripts/content.js"
]
}
],
"web_accessible_resources": [
"content-scripts/content.css"
],
"browser_specific_settings": {
"gecko": {
"id": "{f87aff93-17cc-48e1-a30d-0b774027a0c0}"
}
}
} Best InterviewCodes Alternatives
Here are some Firefox add-ons that are similar to InterviewCodes:
LeetCode Logic Assistant
Ayaj
AlgoAssist
Varun Maramreddy
LeetGuide AI
Nallu Labs
KeepCode
dngi
LeetCode Hints
LeetCode Hints
YeetCode
Md Sujauddin Sekh
Code Interview
Code Interview
LeetTracker
Prasanth
LeetCode Enh: Confetti Tips
Aman Jain
Code With Ai
Munna Verma
LeetQuiet: Code with Focus. Not with Noise.
Sathwik Hejamady Bhat
LeetBoost: AutoCompleteLeetCode
fillabusta420