By: Max Goodwin Add-on
Inspect and view changes in LeetHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "LeetHub",
"description": "Automatically integrate your Leetcode & GeeksforGeeks submissions to GitHub",
"homepage_url": "https://github.com/maxgoodwin/LeetHub-Firefox",
"version": "1.1.1.4",
"author": "Max Goodwin",
"browser_action": {
"default_icon": "assets/thumbnail.png",
"default_popup": "popup.html"
},
"icons": {
"16": "assets/thumbnail.png",
"48": "assets/thumbnail.png",
"128": "assets/thumbnail.png"
},
"background": {
"scripts": [
"scripts/jquery-3.3.1.min.js",
"scripts/semantic-2.4.1.min.js",
"scripts/background.js"
],
"persistent": false
},
"permissions": [
"https://github.com/*",
"https://api.github.com/*",
"https://leetcode.com/*",
"https://practice.geeksforgeeks.org/*",
"tabs",
"unlimitedStorage",
"storage"
],
"content_scripts": [
{
"matches": [
"https://leetcode.com/*",
"https://github.com/*",
"https://practice.geeksforgeeks.org/*"
],
"js": [
"scripts/leetcode.js",
"scripts/authorize.js",
"scripts/gfg.js"
],
"run_at": "document_idle"
}
],
"content_security_policy": "script-src 'self' https://code.jquery.com/jquery-3.3.1.min.js https://github.com/login/oauth/authorize https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.js; object-src 'self'",
"browser_specific_settings": {
"gecko": {
"id": "{4d0cc7bc-ef39-4413-b41c-a43af3ad676e}"
}
}
} Best LeetHub Alternatives
Here are some Firefox add-ons that are similar to LeetHub:
LeetHub v2
Arun Bhardwaj
LeetHub 2.0 for Firefox
Siddharth Rayabharam
LeetPush
Adarsh kumar
LeetHub-3.0
SomeOne
LeetCode to Github
DEXTER777
PushMyCode
PushMyCode
LeetCode to GitHub Sync
Ankit
LeetVault
ANTI
LeetCode to GitHub Sync
sandysam
LeetCommit
LeetCommit
leegit syn
Aniket Sharma
CodeHub
Febin Bellamy