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 19, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.4", "name": "GPT Translate: Free AI Translator Powered by ChatGPT", "description": "AI Translator powered by ChatGPT for fast, accurate translation. Translate any language easily with this free AI-powered tool!", "options_ui": { "page": "src\/pages\/options\/index.html" }, "action": { "default_icon": { "128": "icon.png" } }, "icons": { "128": "icon.png" }, "permissions": [ "activeTab", "tabs", "storage" ], "content_scripts": [ { "js": [ "assets\/index.tsx-loader-N76qn7rB.js" ], "matches": [ "https:\/\/chatgpt.com\/*", "https:\/\/*.chatgpt.com\/*", "https:\/\/*.chat.com\/*", "https:\/\/chat.com\/*", "*:\/\/*.chatgpt.com\/*", "*:\/\/*.chat.com\/*" ], "css": [ "contentStyle.css", "assets\/index-DXRclPla.css" ], "run_at": "document_end" } ], "devtools_page": "src\/pages\/devtools\/index.html", "web_accessible_resources": [ { "matches": [ "*:\/\/*.chat.com\/*", "*:\/\/*.chatgpt.com\/*", "https:\/\/*.chat.com\/*", "https:\/\/*.chatgpt.com\/*", "https:\/\/chat.com\/*", "https:\/\/chatgpt.com\/*" ], "resources": [ "contentStyle.css", "icon-128.png", "icon-32.png", "logo-128.png", "icon.png", "pdf.worker.js", "injectedTranslator.js", "assets\/client-8gqs6XV_.js", "assets\/utils-gpacMd3y.js", "assets\/_commonjsHelpers-D6-XlEtG.js", "assets\/__vite-browser-external-BIHI7g3E.js", "assets\/index.tsx-BwkVNgt8.js" ], "use_dynamic_url": false } ], "background": { "service_worker": "service-worker-loader.js", "type": "module" } }