WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
LeetCode GitHub Sync

LeetCode GitHub Sync

View on Chrome Web Store
View LeetCode GitHub Sync Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Automatically sync your LeetCode submissions to GitHub.
Type
Extension
Users
162 users
3
kingosenitosin
View author page of kingosenitosin
Published
Published on January 13, 2025
Version 1.1.0
Manifest version
3
Updated
Updated on April 4, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View LeetCode GitHub Sync Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LeetCode GitHub Sync",
    "version": "1.1.0",
    "description": "Automatically sync your LeetCode submissions to GitHub.",
    "permissions": [
        "storage",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/leetcode.com\/submissions\/*"
            ],
            "js": [
                "common.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top