ChatGPT Voice Plus Game and Translation

ChatGPT Plus includes voice, AI games and Translation.

Τι είναι το ChatGPT Voice Plus Game and Translation;

Το ChatGPT Voice Plus Game and Translation είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Yong Zhang, και η κύρια λειτουργία του είναι "ChatGPT Plus includes voice, AI games and Translation.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ChatGPT Voice Plus Game and Translation

Λήψη αρχείων επέκτασης ChatGPT Voice Plus Game and Translation σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Welcome to ChatGPT Voice Plus Game and Translation! Say goodbye to the monotony of typing responses to ChatGPT AI and hello to a more engaging and natural interaction. Our Google Chrome extension allow users to speak to the AI and receive spoken responses, making conversations with ChatGPT feel more like talking to a real person.

But that's not all, our extension also includes a Game feature that allows you to play fun games with ChatGPT, and a Translation feature that lets you translate text into different languages.

Getting started is easy. Download the extension from the Chrome Web Store, and after installing it, open or reload the ChatGPT page to see the 'Start' button on the top right corner of the page. Once you click Start and give permission to use your microphone, you're ready to go!

Customizing your experience is a breeze with the settings menu that lets you choose your preferred language, voice type, and speech rate.

ChatGPT Voice Plus Game and Translation is safe to use and will only run in the context of the ChatGPT webpage. Please note that compatibility is based on the current HTML structure of the ChatGPT page, and if OpenAI makes changes, the extension may stop working.

Join the ChatGPT Voice Plus Game and Translation community today, and experience a more engaging and interactive conversation with ChatGPT. If you enjoy our extension, you can support our project by making a donation. Click the Donate button to proceed.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ChatGPT Voice Plus Game and Translation ChatGPT Voice Plus Game and Translation
ID dlkhjfihkbikdgbfkfjamhkeilnacigm
Επίσημο URL https://chromewebstore.google.com/detail/chatgpt-voice-plus-game-a/dlkhjfihkbikdgbfkfjamhkeilnacigm
Περιγραφή ChatGPT Plus includes voice, AI games and Translation.
Μέγεθος Αρχείου 96.45 KB
Αριθμός Εγκαταστάσεων 39
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2023-06-04
Ημερομηνία Δημοσίευσης 2023-05-16
Προγραμματιστής Yong Zhang
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://privacyanduseragreement.mystrikingly.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Voice Plus Game and Translation",
    "version": "1.2",
    "description": "ChatGPT Plus includes voice, AI games and Translation.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png"
        },
        "default_title": "ChatGPT Voice Plus Game and Translation"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "fontawesome.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}