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": "__MSG_name__",
"default_locale": "en",
"version": "1.19",
"permissions": [
"storage",
"downloads",
"activeTab"
],
"description": "__MSG_description__",
"host_permissions": [
"*:\/\/chatgpt.com\/*",
"https:\/\/voicesaver.pdfexporter.com\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.chatgpt.com\/*"
],
"js": [
"js\/lame.min.js",
"js\/feature-gate.js",
"js\/content.js",
"js\/functions.js"
],
"css": [
"content.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content.css",
"images\/*",
"audio\/*.m4a",
"js\/*.js"
],
"matches": [
"*:\/\/*.chatgpt.com\/*"
]
}
],
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"commands": {
"select-all-audio": {
"suggested_key": {
"default": "Ctrl+Shift+A",
"mac": "Command+Shift+A"
},
"description": "Select all audio messages"
},
"download-selected": {
"suggested_key": {
"default": "Ctrl+Shift+D",
"mac": "Command+Shift+D"
},
"description": "Download selected audio messages"
},
"toggle-player": {
"suggested_key": {
"default": "Ctrl+Space",
"mac": "Command+Space"
},
"description": "Toggle audio player"
}
}
}