Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Talk With Me ChatGPT",
"version": "1.0.1",
"description": "Enables you to talk to ChatGPT and Automatically reads new paragraphs once it's printed.",
"icons": {
"48": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"js": [
"content.js"
]
}
]
}