WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Edmigo: LeetCode DSA AI Tutor powered by ChatGPT-4

Edmigo: LeetCode DSA AI Tutor powered by ChatGPT-4

View on Chrome Web Store
View Edmigo: LeetCode DSA AI Tutor powered by ChatGPT-4 Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (12 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.

Learn programming 2X faster with Edmigo — your 24/7 DSA mentor on LeetCode. Learn independent problem-solving w/ personalized help
Type
Extension
Users
171 users
4
Website edmigo.in
Belanik
View author page of Belanik
Published
Published on July 25, 2024
Version 0.2.4
Manifest version
3
Updated
Updated on August 31, 2024
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Edmigo: LeetCode DSA AI Tutor powered by ChatGPT-4 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": "Edmigo: LeetCode DSA AI Tutor powered by ChatGPT-4",
    "description": "Learn programming 2X faster with Edmigo \u2014 your 24\/7 DSA mentor on LeetCode. Learn independent problem-solving w\/ personalized help",
    "version": "0.2.4",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtXk2GSujaFaqSKE\/bpmADBV2RnuTH3Hyl5HJDcBfoUZ0Y\/RPY\/fSUnnBt+imCLO3J2qrDnr\/9tWNIWlvkYCeqTirKo2PPFJqvlerzYti5iPcd6G4ydcX5WbehyG1VYSmy4\/AU9qTNVuoa4Niv7hWkGBbYLBV37OolObE\/NAtmX9ufXMHgNrrwDwVRx66mcOCeHEvEGVCmlRF+MlRk2kz0dWEj4a79EYohcp1dpXCxdNmtjg0m7oMkik7lBFVfaKTH620BhXXsFoJuYZ19l4s4+JG386CUjkfRPeYMwlSHQTGbwjyGCMsUJmNYPtbjkHxtIdsMcPqkNP6Nl50lsEOBQIDAQAB",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "contentScript.css",
                "codeReader.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/leetcode.com\/problems\/*",
                "*:\/\/www.edmigo.in\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/*.edmigo.in\/*"
        ]
    }
}
© 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