ChatGPT Speechifier

This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations

What is ChatGPT Speechifier?

ChatGPT Speechifier is a Chrome extension developed by Obinna Iloeje, and its main feature is "This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations".

Extension Screenshots

screenshot
screenshot
screenshot

Download ChatGPT Speechifier Extension CRX File

Download ChatGPT Speechifier 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

                        This browser extension helps speak ChatGPT text responses out loud with different languages and different tonations.

*Features
- Change language and gender of speech voice
- Increase or decrease the rate or speed of the speech
- Increase or decrease the pitch of the speech voice                    

Extension Basic Information

Name ChatGPT Speechifier ChatGPT Speechifier
ID jglaljacmohblhebclbfeeegdekoenae
Official URL https://chromewebstore.google.com/detail/chatgpt-speechifier/jglaljacmohblhebclbfeeegdekoenae
Description This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations
File Size 372 KB
Installation Count 27
Current Version 1.0.0
Last Updated 2023-06-06
Publish Date 2023-05-14
Rating 4.75/5 Total 4 Ratings
Developer Obinna Iloeje
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Speechifier",
    "version": "1.0.0",
    "description": "This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations",
    "manifest_version": 3,
    "permissions": [
        "tts",
        "activeTab",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "disabledPopup.html",
        "default_icon": "disabledIcon.png"
    },
    "icons": {
        "48": "icon-2.PNG",
        "128": "logo.PNG"
    }
}