By: Algo Archive
Inspect and view changes in AlgoArchive source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "AlgoArchive",
"description": "AlgoArchive is a browser extension that automatically saves your LeetCode submissions to your GitHub account.",
"version": "1.0.3",
"action": {
"default_popup": "popup.html",
"default_icon": "algo-archive.png"
},
"background": {
"scripts": [
"service-worker.js"
]
},
"content_scripts": [
{
"matches": [
"https://leetcode.com/*"
],
"js": [
"scraper.js"
]
},
{
"matches": [
"https://algoarchive.org/*"
],
"js": [
"storage-handler.js"
]
}
],
"permissions": [
"storage",
"activeTab",
"tabs",
"webRequest"
],
"host_permissions": [
"https://github.com/*",
"https://api.github.com/*",
"https://example.com/*",
"https://leetcode.com/*"
],
"browser_specific_settings": {
"gecko": {
"id": "dev@algoarchive.org"
}
}
} Best AlgoArchive Alternatives
Here are some Firefox add-ons that are similar to AlgoArchive:
LeetCode Archiver
rein5
A2SV Companion
Aelaf
AlgoAssist
Varun Maramreddy
Leetforge
Zi Jun Wang
LeetPush
Adarsh kumar
CP Code Manager
CacCat
LeetCode Auto Tracker
Velox Nova
LeetNotion Sync
oilybikechain
LeetHub
Max Goodwin
LeetHub-3.0
SomeOne
LeetHub 2.0 for Firefox
Siddharth Rayabharam
GeeksToGit
23Win