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 Audio Download - Free AI Generated Voice",
"description": "Download AI generated voices from ChatGPT",
"version": "1.25.12.8",
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"content_scripts": [
{
"matches": [
"https:\/\/chatgpt.com\/*"
],
"css": [
"chatgpt\/styles.css"
],
"js": [
"chatgpt\/contentscript.js"
],
"run_at": "document_start",
"all_frames": false
}
],
"background": {
"service_worker": "service-worker\/index.js"
},
"action": {
"default_icon": {
"16": "images\/logo-16.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png",
"240": "images\/logo-240.png"
},
"default_title": "ChatGPT Audio Download - Free AI Generated Voice\u2122"
},
"icons": {
"16": "images\/logo-16.png",
"48": "images\/logo-48.png",
"128": "images\/logo-128.png",
"240": "images\/logo-240.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/chatgpt.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"*.*"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}