WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
MoodleGPT Pro

MoodleGPT Pro

View on Chrome Web Store
View MoodleGPT Pro Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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.

MoodleGPT PRO uses your own Gemini API key to answer questions (true or false, multiple choice and fill the blanks) in moodle
Type
Extension
Users
16 users
1
antoniocoelho2005
View author page of antoniocoelho2005
Published
Published on June 6, 2025
Version 2.1
Manifest version
3
Updated
Updated on June 17, 2025
productivity/education
Extension Category
View on Chrome Web Store
View MoodleGPT Pro 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": "MoodleGPT Pro",
    "short_name": "MGPTPRO",
    "version": "2.1",
    "author": "NotSN",
    "description": "MoodleGPT PRO uses your own Gemini API key to answer questions (true or false, multiple choice and fill the blanks) in moodle ",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "translations.js",
                "error-handler.js",
                "qa-sync.js",
                "study_features.js",
                "theme-manager.js",
                "gemini_answer.js",
                "content_gemini.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup_gemini.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "alarms",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/script.google.com\/*",
        "https:\/\/api.github.com\/*"
    ],
    "commands": {
        "extract-quiz-command": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "Extract Quiz Content (MoodleGPT)"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "QA.json",
                "settings.html",
                "help.html",
                "translations.js",
                "theme-manager.js",
                "settings-theme.js",
                "help-theme.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "icons": {
        "16": "icon\/Appimagejpg_16x16.png",
        "32": "icon\/Appimagejpg_32x32.png",
        "48": "icon\/Appimagejpg_48x48.png",
        "128": "icon\/Appimagejpg_128x128.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