Free ChatGPT assistant

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

ما هو Free ChatGPT assistant؟

Free ChatGPT assistant هو إضافة Chrome تم تطويرها بواسطة https://voice-assistant.app، والميزة الرئيسية لها هي "Communicate by voice with ChatGPT free on any website. Your personal assistant based on ChatGPT.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Free ChatGPT assistant

قم بتنزيل ملفات الامتداد Free ChatGPT assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Free ChatGPT assistant Free ChatGPT assistant
ID dpniggcejlljblpiccphofhblddgjikb
عنوان URL الرسمي https://chromewebstore.google.com/detail/free-chatgpt-assistant/dpniggcejlljblpiccphofhblddgjikb
الوصف Communicate by voice with ChatGPT free on any website. Your personal assistant based on ChatGPT.
حجم الملف 1.16 MB
عدد التثبيتات 605
النسخة الحالية 0.0.17
آخر تحديث 2024-01-26
تاريخ النشر 2023-10-01
تقييم 5.00/5 مجموع تقييمات 1
المطور https://voice-assistant.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://voice-assistant.app
عنوان صفحة سياسة الخصوصية https://voice-assistant.app/en/private_policy
اللغات المدعومة 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": [
                ""
            ]
        }
    ]
}