Free ChatGPT assistant

Communicate by voice with ChatGPT free on any website. Your personal assistant based on ChatGPT.

What is Free ChatGPT assistant?

Free ChatGPT assistant is a Chrome extension developed by https://voice-assistant.app, and its main feature is "Communicate by voice with ChatGPT free on any website. Your personal assistant based on ChatGPT.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Free ChatGPT assistant Extension CRX File

Download Free ChatGPT assistant 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

                        Communicate for free with ChatGPT using voice on any website. Your personal assistant based on ChatGPT offers a wide range of artificial intelligence capabilities and is now available absolutely free.

This convenient browser extension, built on the powerful ChatGPT technology with speech recognition functionality, serves as your free personal assistant, ready to respond to all your questions in both text and voice formats while optimizing your browser workflow.

Quick Start:

Simply click on the icon in the extension bar or use the shortcut shift+command+Y.
Press the button and ask your question.
You can also activate the voice assistant Alex by holding down the [a] button.
With this free and convenient tool, you'll have instant access to a wide range of artificial intelligence capabilities. Ask any questions and receive accurate real-time answers. Additionally, the extension understands speech and automatically plays back responses, but you can toggle this feature on or off by clicking the mute button.

Now you can interact with ChatGPT for free without using your hands. Just activate the voice assistant Alex, say his name , and then ask your question. He'll always be in touch with you.

Key Features:

Access to ChatGPT from any browser tab
Speech recognition
Voice response
Voice assistant Alex
Multilingual support
Access via hotkeys                    

Extension Basic Information

Name Free ChatGPT assistant Free ChatGPT assistant
ID dpniggcejlljblpiccphofhblddgjikb
Official URL https://chromewebstore.google.com/detail/free-chatgpt-assistant/dpniggcejlljblpiccphofhblddgjikb
Description Communicate by voice with ChatGPT free on any website. Your personal assistant based on ChatGPT.
File Size 1.16 MB
Installation Count 605
Current Version 0.0.17
Last Updated 2024-01-26
Publish Date 2023-10-01
Rating 5.00/5 Total 1 Ratings
Developer https://voice-assistant.app
Email [email protected]
Payment Type free
Extension Website https://voice-assistant.app
Privacy Policy Page URL https://voice-assistant.app/en/private_policy
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_short_name__",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "version": "0.0.17",
    "action": {
        "default_icon": "icons\/logo_64.png"
    },
    "icons": {
        "64": "icons\/logo_64.png",
        "32": "icons\/logo_32.png",
        "16": "icons\/logo_16.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "\/index.html",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Shift+Ctrl+Y"
            },
            "description": "__MSG_execute_action__"
        },
        "micro_action": {
            "suggested_key": {
                "default": "Shift+Ctrl+U"
            },
            "description": "__MSG_micro_action__"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/gprt-calc327-ai-chat-enter-icn.svg",
                "img\/gprt-calc327-ai-chat-microphone-icn.svg",
                "img\/gprt-calc327-ai-chat-settings-icn.svg",
                "img\/gprt-calc327-ai-chat-sound-active-icn.svg",
                "img\/gprt-calc327-ai-chat-sound-off-icn.svg",
                "img\/gprt-calc327-ai-chat-microphone-grey-icn.svg",
                "img\/gprt-calc327-ai-chat-microphone-icn.svg",
                "img\/gprt-calc327-ai-chat-microphone-start-icn.svg",
                "img\/gprt-calc327-ai-chat-microphone-white-icn.svg",
                "img\/new-mic.svg",
                "img\/new-mic-default.svg",
                "img\/new-stop.svg",
                "img\/new-mic-empty.svg",
                "img\/new-voice-default.svg",
                "img\/gprt-calc327-ai-chat-microphone-icn.svg",
                "img\/gprt-calc327-ai-chat-load-icn.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}