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.

What is Voice Master for ChatGPT (Sidebar Everywhere)?

Voice Master for ChatGPT (Sidebar Everywhere) is a Chrome extension developed by https://qhkly.com, and its main feature is "Seeking a more natural voice for the ChatGPT plugin? Try our advanced neural network speech engine for lifelike human-like sound.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Voice Master for ChatGPT (Sidebar Everywhere) Extension CRX File

Download Voice Master for ChatGPT (Sidebar Everywhere) 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

                        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.                    

Extension Basic Information

Name Voice Master for ChatGPT (Sidebar Everywhere) Voice Master for ChatGPT (Sidebar Everywhere)
ID enfppaopagmlfmfpkfilnnoojkcclnom
Official URL https://chromewebstore.google.com/detail/voice-master-for-chatgpt/enfppaopagmlfmfpkfilnnoojkcclnom
Description Seeking a more natural voice for the ChatGPT plugin? Try our advanced neural network speech engine for lifelike human-like sound.
File Size 7.14 MB
Installation Count 4,571
Current Version 2.4.0
Last Updated 2024-01-14
Publish Date 2023-01-24
Rating 4.08/5 Total 36 Ratings
Developer https://qhkly.com
Email [email protected]
Payment Type in_app
Extension Website https://fastgpt.qhkly.com/
Privacy Policy Page URL https://docs.google.com/document/d/1GFbd6Ry87nol9-JSidIu_fgDtbJsVZFIwXjcwTT6e9c/edit?usp=sharing
Supported Languages 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"
    }
}