WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
OG Solver

OG Solver

View on Chrome Web Store
View OG Solver 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.

AI homework & quiz solver with instant answers and explanations. Private, discreet, fast, and built for modern online learning.
Type
Extension
Users
34 users
2
Website ogsolver.com
Progearly
View author page of Progearly
Published
Published on November 18, 2025
Version 1.0.4
Manifest version
3
Updated
Updated on January 15, 2026
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View OG Solver 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": "OG Solver",
    "short_name": "OG Solver",
    "author": "ogsolver.com",
    "version": "1.0.4",
    "description": "AI homework & quiz solver with instant answers and explanations. Private, discreet, fast, and built for modern online learning.",
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "sidePanel",
        "offscreen",
        "identity",
        "notifications",
        "unlimitedStorage"
    ],
    "offline_enabled": false,
    "action": {
        "default_title": "Open OG Solver",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/ogsolver.com\/*",
            "https:\/\/www.ogsolver.com\/*"
        ]
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "capture-and-analyze": {
            "suggested_key": {
                "default": "Alt+Shift+S",
                "windows": "Alt+Shift+S",
                "mac": "MacCtrl+Shift+S",
                "chromeos": "Alt+Shift+X"
            },
            "description": "Get Instant AI-powered Answers"
        },
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+O",
                "windows": "Alt+Shift+O",
                "mac": "MacCtrl+Shift+O",
                "chromeos": "Alt+Shift+O"
            },
            "description": "Open OG Solver Menu"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/ogsolver.com http:\/\/localhost:5000 http:\/\/127.0.0.1:5000 https:\/\/www.googleapis.com"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "toast.css",
                "icon48.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "oauth2": {
        "client_id": "106074608130-v70v8ridm70t3ucogou131pse31d8r8f.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    }
}
© 2026 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