WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
MyProMind - Master Any Subject with AI

MyProMind - Master Any Subject with AI

View on Chrome Web Store
View MyProMind - Master Any Subject with AI Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 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.

ProMind adapts to your learning pace, helping you memorize information 3x faster
Type
Extension
Users
13 users
1
Raja Jamwal
View author page of Raja Jamwal
Published
Published on April 1, 2025
Version 1.1
Manifest version
3
Updated
Updated on April 2, 2025
productivity/education
Extension Category
View on Chrome Web Store
View MyProMind - Master Any Subject with AI 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": "MyProMind - Master Any Subject with AI",
    "version": "1.1",
    "description": "ProMind adapts to your learning pace, helping you memorize information 3x faster",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "*:\/\/*.mypromind.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.mypromind.com\/auth-successful*"
            ],
            "js": [
                "auth-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sidebar.html",
                "icon.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}
© 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