WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Preplaced AI: The Mentor that you needed for Leetcode, Youtube, etc

Preplaced AI: The Mentor that you needed for Leetcode, Youtube, etc

View on Chrome Web Store
View Preplaced AI: The Mentor that you needed for Leetcode, Youtube, etc Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (25 ratings)
1 new ratings
42 views
This extension has been viewed 42 times

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

Do you ever find yourself: 1️⃣ Practising a problem on LeetCode and getting stuck to find the right approach for solving the…
Type
Extension
Users
2,000 users
1K
preplaced-extension-devs
View author page of preplaced-extension-devs
Published
Published on November 7, 2024
Version 1.4.4
Manifest version
3
Updated
Updated on April 16, 2025
productivity/education
Extension Category
View on Chrome Web Store
View Preplaced AI: The Mentor that you needed for Leetcode, Youtube, etc 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": "Preplaced AI: The Mentor that you needed for Leetcode, Youtube, etc",
    "version": "1.4.4",
    "icons": {
        "128": "preplaced-logo.png"
    },
    "action": {
        "default_icon": {
            "128": "preplaced-logo.png"
        },
        "default_title": "Open Preplaced AI Mentor"
    },
    "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_end"
        }
    ],
    "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