Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 14, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Homework Helper - Study, Quiz, & Test Answers Solver with AI", "version": "1.3.0", "description": "Get INSTANT answers to homework, quizzes, and tests. Private. ALL websites work including Canvas, BlackBoard, McGrawHill, D2L", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "storage", "tabs", "contextMenus" ], "action": { "default_popup": "src\/popup.html", "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "js": [ "assets\/content-script.tsx-loader-e0939604.js" ], "matches": [ "<all_urls>" ], "all_frames": true, "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "assets\/logo-27cf0895.js", "assets\/prepare-message-1da08bac.js", "assets\/http-client-d4e83175.js", "assets\/browser-b6bbb45c.js", "assets\/content-script.tsx-def17458.js" ], "use_dynamic_url": false } ] }