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", "name": "WildCard ChatGPT Backup", "description": "WildCard ChatGPT backup chrome extensions", "version": "1.0.1.0", "version_name": "1.0.1", "manifest_version": 3, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-kG3mHRjl.js" ], "all_frames": false, "matches": [ "https:\/\/chatgpt.com\/*" ], "run_at": "document_end", "css": [ "assets\/settings-D2H-0LW1.css", "assets\/index-BHK6_5hV.css" ] } ], "host_permissions": [ "https:\/\/chatgpt.com\/*", "https:\/\/chat.wildcard.com.cn\/*" ], "options_page": "src\/options\/index.html", "permissions": [ "storage", "background" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "src\/assets\/*", "*:\/\/*\/*" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/chatgpt.com\/*" ], "resources": [ "assets\/chrome-message-CiFZVW7C.js", "assets\/client-BTuydl0H.js", "assets\/settings-CZB6x95I.js", "assets\/_commonjsHelpers-Cpj98o6Y.js", "assets\/chatgpt-flex-EjCU-T1v.js", "assets\/index.ts-DmLYLHPL.js" ], "use_dynamic_url": true } ], "icons": { "16": "src\/assets\/logo.png", "24": "src\/assets\/logo.png", "32": "src\/assets\/logo.png", "128": "src\/assets\/logo.png" } }