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 TTS | Text-to-Speech Generator & Audio Downloader",
"short_name": "ChatGPT TTS",
"description": "Text-to-Speech generator and audio downloader for ChatGPT.",
"version": "1.0.5",
"author": "exyezed",
"homepage_url": "https:\/\/exyezed.cc",
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage"
],
"background": {
"service_worker": "9ff09037.js",
"type": "module"
},
"host_permissions": [
"*:\/\/chatgpt.com\/*",
"*:\/\/cdn.jsdelivr.net\/*",
"*:\/\/gumroad.exyezed.cc\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/chatgpt.com\/*"
],
"js": [
"71c3ab03.js"
],
"run_at": "document_start",
"world": "ISOLATED"
},
{
"matches": [
"*:\/\/chatgpt.com\/*"
],
"js": [
"9a5d8c8d.js"
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"*:\/\/chatgpt.com\/*"
],
"js": [
"libs\/preact.min.js",
"libs\/hooks.umd.js",
"libs\/signals-core.min.js",
"libs\/signals.min.js",
"libs\/i18next.min.js",
"e5d58751.js",
"51b6fee0.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"*:\/\/chatgpt.com\/*"
]
}
]
}