WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Leeco AI - Your Everyday Learning Companion for Career Growth

Leeco AI - Your Everyday Learning Companion for Career Growth

View on Chrome Web Store
View Leeco AI - Your Everyday Learning Companion for Career Growth Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (563 ratings)
1 new ratings
54 views
This extension has been viewed 54 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.

Leeco AI is your all-in-one Chrome extension for mastering LeetCode and Youtube Learning with an AI mentor by your side.
Type
Extension
Users
40,000 users
10K
Website leeco.ai
preplaced-extension-devs
View author page of preplaced-extension-devs
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 7, 2024
Version 2.1.19
Manifest version
3
Updated
Updated on September 15, 2025
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Leeco AI - Your Everyday Learning Companion for Career Growth 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": "Leeco AI - Your Everyday Learning Companion for Career Growth",
    "description": "Leeco AI is your all-in-one Chrome extension for mastering LeetCode and Youtube Learning with an AI mentor by your side.",
    "version": "2.1.19",
    "icons": {
        "128": "Leeco.png"
    },
    "action": {
        "default_icon": {
            "128": "Leeco.png"
        },
        "default_title": "Open Leeco AI"
    },
    "permissions": [
        "sidePanel",
        "activeTab",
        "storage",
        "tabs"
    ],
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self'"
    }
}
© 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