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,
"name": "ChatGPT Xtra",
"description": "This extension enhances ChatGPT user experience by adding interactive and efficient features for better ChatGPT use.",
"version": "1.0.4",
"version_name": "1.0.4",
"icons": {
"16": "src\/assets\/icons\/icon.png",
"32": "src\/assets\/icons\/icon.png",
"48": "src\/assets\/icons\/icon.png",
"128": "src\/assets\/icons\/icon.png"
},
"content_scripts": [
{
"js": [
"assets\/chatgpt.ts-loader-0c098bf7.js"
],
"matches": [
"https:\/\/chatgpt.com\/*"
],
"run_at": "document_start"
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_popup": "src\/popup\/popup.html",
"default_icon": {
"16": "src\/assets\/icons\/icon.png",
"32": "src\/assets\/icons\/icon.png",
"48": "src\/assets\/icons\/icon.png",
"128": "src\/assets\/icons\/icon.png"
}
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"contextMenus"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/chatgpt.com\/*"
],
"resources": [
"assets\/helpers-0125a223.js",
"assets\/chatgpt.ts-e9744c6f.js"
],
"use_dynamic_url": false
}
]
}