Voice Master for ChatGPT (Sidebar Everywhere)

Seeking a more natural voice for the ChatGPT plugin? Try our advanced neural network speech engine for lifelike human-like sound.

Voice Master for ChatGPT (Sidebar Everywhere)란 무엇입니까?

Voice Master for ChatGPT (Sidebar Everywhere)은(는) https://qhkly.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Seeking a more natural voice for the ChatGPT plugin? Try our advanced neural network speech engine for lifelike human-like sound."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Voice Master for ChatGPT (Sidebar Everywhere) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Our Goal: Creating the Finest Human-Machine Communication Assistant

🔥 Compared to traditional voice plugins, we provide exceptional neural network voice services that allow you to interact with our chatbot just like conversing with a real person. You won't feel fatigued even during extended use. Our product is available for permanent free usage, but for users seeking a more exceptional experience and personalization, we also offer purchasing options.

Focused on Enhanced Input-Output:

🧑‍💻 In comparison to similar high-quality voice plugins, our emphasis lies in optimizing input-output effectiveness. Our plugin offers high recognition rate voice recognition, enabling you to interact more efficiently with the chatbot. Additionally, you can open the voice assistant on any page through the ChatGPT sidebar. Download and use ChatGPT Voice Master now to elevate your work efficiency to new heights!

Key Features:

🌟 Fluent Communication Mode: Interrupt the robot's speech anytime to issue new instructions without disruptions.

🧲 Smart Error Correction: No need to redo recordings when making corrections. Just select the part to modify, and continue with voice recognition.

🔑 Easy Wake-up: Wake up the assistant with the simple English word "one", similar to "Hey Siri".

📌 Convenient Sidebar: Easily bring up the sidebar, interact with icons, and effortlessly copy content or perform actions.

🔒 Secure Records: The native sidebar retains conversation history while protecting your privacy.

✂️ Segment Input: Supports segmented input for handling extensive content, facilitating more Q&A interactions.

🔊 Intelligent Reading: Automatically detects reply language for appropriate voice reading.

🌐 Multi-Language Support: Supports 70 languages and dialects, catering to diverse language communication needs.

🌐 Automatic Translation: Replies are automatically translated to your native language, enhancing understanding and response efficiency. Text selections also offer translation.

🔤 English Shortcut Keys: Provides shortcut keys for English queries, ensuring faster and comprehensive responses.

🪟 Floating Window Design: Resembles iOS phone assistants or Mac OS Dock for a non-intrusive experience with other plugins.

📋 Chat Export: Easily shareable, export chat records for communication purposes.

🔍 Quick Search: Rapidly search historical chat records using keywords.

🔍 Content Filtering: Use the sidebar to filter out clickbait content and focus on the primary storylines.

🔄 Available Sentence Count Restoration: Keep the page open, and available sentence count will gradually restore over time to ensure continued use.

🔎 Query Retrieval: Retrieve previous questions using the up arrow, aiding in refining queries.

🔊 Speed & Volume Control: Adjust speech speed and volume with sliding controls, personalizing your experience.

⌨️ Keyboard Shortcuts: Use shortcuts for easy voice input, initiate recognition and questioning with the spacebar and enter key.

💼 Compatible with ChatGPT Plus version: Provide exclusive features and experience for Plus users.

📌 Download the voice plugin now to effortlessly explore the world of interacting with chatbots! 🚀🚀🚀

Purchase Information:

When you need to buy more coins, we offer the option to pay using PayPal. With PayPal, you can securely and conveniently complete the purchasing process. Simply choose PayPal as the payment method and follow the instructions to make the payment. Thank you for your support!

Additional Features:

📒 This extension also supports recording, text editing, notes, messages, navigation, and more, enhancing convenience and richness in usage.

🔖 Moreover, we've added options for recording, text editing, searching, notes, messages, navigation, game selection, wallpapers, and themes.

🔍 Our extension is easy to download and compatible with popular browsers like Google, Bing, Qwant, WeChat, and more.

💬 We've also introduced the functionality to locally save chat records, allowing you to easily review past conversations and refer to them offline. Just click on the extension icon above.                    

확장 프로그램 기본 정보

이름 Voice Master for ChatGPT (Sidebar Everywhere) Voice Master for ChatGPT (Sidebar Everywhere)
ID enfppaopagmlfmfpkfilnnoojkcclnom
공식 URL https://chromewebstore.google.com/detail/voice-master-for-chatgpt/enfppaopagmlfmfpkfilnnoojkcclnom
설명 Seeking a more natural voice for the ChatGPT plugin? Try our advanced neural network speech engine for lifelike human-like sound.
파일 크기 7.14 MB
설치 횟수 4,571
현재 버전 2.4.0
최근 업데이트 2024-01-14
출시 날짜 2023-01-24
평점 4.08/5 총 36 개의 평점
개발자 https://qhkly.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://fastgpt.qhkly.com/
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1GFbd6Ry87nol9-JSidIu_fgDtbJsVZFIwXjcwTT6e9c/edit?usp=sharing
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.4.0",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/fastgpt.qhkly.com\/*",
                "https:\/\/work.qhkly.com:3030\/*",
                "http:\/\/127.0.0.1:8080\/*"
            ],
            "all_frames": true,
            "attributes": [
                {
                    "name": "src",
                    "value": "https:\/\/fastgpt.qhkly.com\/"
                },
                {
                    "name": "src",
                    "value": "http:\/\/127.0.0.1:8080\/"
                }
            ],
            "js": [
                "content-scripts\/scraper.js",
                "content-scripts\/prompts-inject.js"
            ],
            "run_at1": "document_idle",
            "run_at": "document_start",
            "run_at2": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/fastgpt.qhkly.com\/*",
                "https:\/\/auth0.openai.com\/*",
                "https:\/\/work.qhkly.com:3030\/*",
                "http:\/\/127.0.0.1:*\/*"
            ],
            "js": [
                "content-scripts\/readability.js",
                "content-scripts\/easytouch-inject.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content-scripts\/easytouch.js",
                "content-scripts\/init.js",
                "content-scripts\/prompts.js",
                "content-scripts\/await-signals-0.1.1.js",
                "content-scripts\/jspdf.min.js",
                "content-scripts\/html2canvas.min.js",
                "content-scripts\/html2pdf.bundle.min.js",
                "content-scripts\/microsoft.cognitiveservices.speech.sdk.bundle_remote.js",
                "content-scripts\/translate.js",
                "content-scripts\/crypto-js.min.js",
                "content-scripts\/tf.min.js",
                "content-scripts\/speech-commands.min.js",
                "content-scripts\/metadata.json",
                "content-scripts\/model.json",
                "content-scripts\/group1-shard1of2",
                "content-scripts\/group1-shard2of2",
                "content-scripts\/readability.js",
                "content-scripts\/encoder_format.js",
                "content-scripts\/encoder.json",
                "content-scripts\/vocab.bpe",
                "content-scripts\/fontawesome.min.js",
                "content-scripts\/pop.mp3",
                "_locales\/en\/messages.json",
                "_locales\/zh_CN\/messages.json",
                "themes\/none.css",
                "themes\/cozy-fireplace.css",
                "themes\/hacker.css",
                "themes\/sms.css",
                "themes\/landscape-cycles.css",
                "themes\/terminal.css",
                "static\/index.html",
                "static\/popup.html"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "action": {
        "default-title": "ChatGPT Voice Master"
    },
    "icons": {
        "48": "\/icons\/48x48.png",
        "128": "\/icons\/128x128.png"
    }
}