WebExtension.net
Toggle dark mode
WebExtension.net

NeatLeet

View on Chrome Web Store
View NeatLeet Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (11 ratings)
1 new ratings
10 views
This extension has been viewed 10 times

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

Simplify your LeetCode journey with instant access to NeetCode.io solutions!
Type
Extension
Users
441 users
3
mehta.jai4
View author page of mehta.jai4
Published
Published on January 5, 2025
Version 1.3
Manifest version
3
Updated
Updated on January 21, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View NeatLeet 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": "NeatLeet",
    "version": "1.3",
    "description": "Simplify your LeetCode journey with instant access to NeetCode.io solutions!",
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/leetcode.com\/*"
    ],
    "action": {
        "default_icon": "logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo.png"
            ],
            "matches": [
                "https:\/\/leetcode.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/leetcode.com\/problems\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 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