By: Arun Bhardwaj Add-on
Inspect and view changes in LeetHub v2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "LeetHub v2",
"description": "Automatically integrate your Leetcode & GeeksforGeeks submissions to GitHub",
"homepage_url": "https://github.com/arunbhardwaj/LeetHub-2.0",
"version": "2.0.8",
"author": "Arun Bhardwaj",
"action": {
"default_icon": "assets/thumbnail.png",
"default_popup": "popup.html",
"default_title": "Upload your LeetCode solutions to GitHub"
},
"icons": {
"16": "assets/thumbnail.png",
"48": "assets/thumbnail.png",
"128": "assets/thumbnail.png"
},
"background": {
"scripts": [
"scripts/background.js"
]
},
"permissions": [
"unlimitedStorage",
"storage",
"webNavigation"
],
"content_scripts": [
{
"matches": [
"https://leetcode.com/*"
],
"js": [
"scripts/leetcode.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https://github.com/*"
],
"js": [
"scripts/authorize.js"
]
},
{
"matches": [
"https://practice.geeksforgeeks.org/*"
],
"js": [
"scripts/gfg.js"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"browser_specific_settings": {
"gecko": {
"id": "devkaisel_leethub_v2@leethub.com",
"strict_min_version": "109.0"
}
}
} Best LeetHub v2 Alternatives
Here are some Firefox add-ons that are similar to LeetHub v2:
LeetHub
Max Goodwin
LeetHub 2.0 for Firefox
Siddharth Rayabharam
LeetCode to Github
DEXTER777
LeetPush
Adarsh kumar
LeetHub-3.0
SomeOne
PushMyCode
PushMyCode
LeetCode Tracker V2
DEXTER777
LeetCode to GitHub Sync
Ankit
LeetVault
ANTI
LeetCode to GitHub Sync
sandysam
LeetHub v4 by FIZZY444
Mithun A
leegit syn
Aniket Sharma