By: Algo Archive Add-on
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
LeetVault
ANTI
LeetCode to Github
DEXTER777
LeetCode to GitHub Sync
sandysam
LeetCode to GitHub Sync
Ankit
A2SV Companion
Aelaf
AlgoAssist
Varun Maramreddy
Leetforge
Zi Jun Wang
LeetCode Tracker V2
DEXTER777
CP Code Manager
CacCat
LeetPush
Adarsh kumar
LeetCode Submission Tracker
hitec