Free ChatGPT assistant

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

Cos'è Free ChatGPT assistant?

Free ChatGPT assistant è un'estensione di Chrome sviluppata da https://voice-assistant.app, e la sua funzione principale è "Communicate by voice with ChatGPT free on any website. Your personal assistant based on ChatGPT.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Free ChatGPT assistant

Scarica i file di estensione Free ChatGPT assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Free ChatGPT assistant Free ChatGPT assistant
ID dpniggcejlljblpiccphofhblddgjikb
URL Ufficiale https://chromewebstore.google.com/detail/free-chatgpt-assistant/dpniggcejlljblpiccphofhblddgjikb
Descrizione Communicate by voice with ChatGPT free on any website. Your personal assistant based on ChatGPT.
Dimensione del File 1.16 MB
Conteggio Installazioni 605
Versione Corrente 0.0.17
Ultimo Aggiornamento 2024-01-26
Data di Pubblicazione 2023-10-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://voice-assistant.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://voice-assistant.app
URL della Pagina della Politica sulla Privacy https://voice-assistant.app/en/private_policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}