Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI Chrome Extension powered by ChatGPT - Magictool AI", "version": "1.5.1", "description": "Your All-in-One AI Chrome Extension featuring ChatGPT, AI Writer, Grammar Checker, Paraphraser, Youtube Summarizer +20 more.", "background": { "service_worker": "index.js", "type": "module" }, "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "web_accessible_resources": [ { "resources": [ "images\/icon.png", "images\/sparkle-icon.png", "images\/magic-tool-logo-200x100.svg", "pages\/write.html", "pages\/settings.html", "assets\/bell-sound.m4a", "pages\/screenshot.html" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "chunks\/*-*.js", "content\/index.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "<all_urls>" ] } ], "content_scripts": [ { "js": [ "content\/import-index.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "content\/main.css" ] } ], "permissions": [ "storage", "contextMenus", "clipboardRead" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "<all_urls>" ], "content_security_policy": { "extension_pages": "script-src 'self' ; object-src 'self';" }, "action": [], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+M", "mac": "Command+M" }, "description": "Active Magictool.AI" } } }