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, "default_locale": "en", "name": "__MSG_appName__", "version": "1.3", "description": "__MSG_appDesc__", "permissions": [ "downloads", "storage" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/chatgpt.com\/*" ], "js": [ "i18n\/i18n.js", "i18n\/en.js", "i18n\/fr.js", "i18n\/es.js", "i18n\/de.js", "i18n\/zh_CN.js", "i18n\/it.js", "i18n\/ja.js", "i18n\/pt_BR.js", "i18n\/ru.js", "i18n\/ko.js", "i18n\/ar.js", "i18n\/nl.js", "i18n\/tr.js", "content.js", "lib\/json-processor.js", "lib\/markdown.js" ], "css": [ "content.css" ], "run_at": "document_idle", "type": "module" } ], "host_permissions": [ "https:\/\/chatgpt.com\/*", "https:\/\/pdf.onlinetechbd.com\/*" ], "web_accessible_resources": [ { "resources": [ "lib\/json-processor.js", "i18n\/en.js", "i18n\/fr.js", "i18n\/es.js", "i18n\/de.js", "i18n\/zh_CN.js", "i18n\/it.js", "i18n\/ja.js", "i18n\/pt_BR.js", "i18n\/ru.js", "i18n\/ko.js", "i18n\/ar.js", "i18n\/nl.js", "i18n\/tr.js", "i18n\/i18n.js" ], "matches": [ "https:\/\/chatgpt.com\/*" ] } ], "background": { "service_worker": "background.js" }, "options_page": "options.html" }