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": "ChatGpt Chat Exporter ",
"description": "Use this extension to export chatgpt chats in PDF, Text, CSV, and Excel formats instantly. ",
"version": "1.0",
"manifest_version": 3,
"permissions": [
"storage",
"webRequest",
"notifications"
],
"host_permissions": [
"https:\/\/chatgpt.com\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
}