TalkToGPT

A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.

What is TalkToGPT?

TalkToGPT is a Chrome extension developed by mateen.shagagi, and its main feature is "A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.".

Extension Screenshots

screenshot
screenshot

Download TalkToGPT Extension CRX File

Download TalkToGPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.                    

Extension Basic Information

Name TalkToGPT TalkToGPT
ID cjddnooodcpepaicdnlclcegceaiooah
Official URL https://chromewebstore.google.com/detail/talktogpt/cjddnooodcpepaicdnlclcegceaiooah
Description A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking.
File Size 67.24 KB
Installation Count 55
Current Version 1.0.0
Last Updated 2023-10-10
Publish Date 2023-10-09
Developer mateen.shagagi
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TalkToGPT",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/chat.openai.com\/c\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "microphone.png",
        "48": "microphone.png",
        "128": "microphone.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "TalkToGPT"
    },
    "description": "A simple extension that allows the user to talk to ChatGPT. Click the microphone button and begin talking."
}