Free ChatGPT assistant

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

Hvad er Free ChatGPT assistant?

Free ChatGPT assistant er en Chrome-udvidelse udviklet af https://voice-assistant.app, og dens hovedfunktion er "Communicate by voice with ChatGPT free on any website. Your personal assistant based on ChatGPT.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Free ChatGPT assistant-udvidelses-CRX-fil

Download Free ChatGPT assistant-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Free ChatGPT assistant Free ChatGPT assistant
ID dpniggcejlljblpiccphofhblddgjikb
Officiel URL https://chromewebstore.google.com/detail/free-chatgpt-assistant/dpniggcejlljblpiccphofhblddgjikb
Beskrivelse Communicate by voice with ChatGPT free on any website. Your personal assistant based on ChatGPT.
Filstørrelse 1.16 MB
Antal Installationer 605
Nuværende Version 0.0.17
Senest Opdateret 2024-01-26
Udgivelsesdato 2023-10-01
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://voice-assistant.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://voice-assistant.app
URL til Fortrolighedspolitik Side https://voice-assistant.app/en/private_policy
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}