Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Preplaced AI: The Mentor that you needed for Leetcode, Youtube, etc", "version": "1.4.4", "icons": { "128": "preplaced-logo.png" }, "action": { "default_icon": { "128": "preplaced-logo.png" }, "default_title": "Open Preplaced AI Mentor" }, "permissions": [ "sidePanel", "activeTab", "storage", "tabs" ], "side_panel": { "default_path": "sidepanel.html" }, "background": { "service_worker": "background.js", "type": "module" }, "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "css": [ "content.css" ], "js": [ "content.js" ], "run_at": "document_end" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self'" } }