WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
LeetCode Assistant

LeetCode Assistant

View on Chrome Web Store
View LeetCode Assistant Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (7 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.

An assistant that provides hints, analyzes your solution, and answers your questions while solving LeetCode problems.
Type
Extension
Users
222 users
1
mjha34499
View author page of mjha34499
Published
Published on February 12, 2025
Version 1.4.6
Manifest version
3
Updated
Updated on May 15, 2025
productivity/education
Extension Category
View on Chrome Web Store
View LeetCode Assistant 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 Assistant",
    "version": "1.4.6",
    "permissions": [
        "scripting"
    ],
    "description": "An assistant that provides hints, analyzes your solution, and answers your questions while solving LeetCode problems.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/leetcode.com\/problems\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "page-inject.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 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