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, "version": "5.2.1", "homepage_url": "https:\/\/chatgptpdf.tech\/welcome", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "action": { "default_title": "__MSG_appName__", "default_icon": { "16": "extension_icon16.png", "32": "extension_icon32.png", "48": "extension_icon48.png", "128": "icon.png" } }, "permissions": [ "storage" ], "icons": { "16": "extension_icon16.png", "32": "extension_icon32.png", "48": "extension_icon48.png", "128": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/chatgpt.com\/*" ], "js": [ "contentScript.js" ] } ], "author": "ChatGPT To PDF" }