ChatGPT Speechifier

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

Wat is ChatGPT Speechifier?

ChatGPT Speechifier is een Chrome-extensie ontwikkeld door Obinna Iloeje, en de belangrijkste functie is "This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ChatGPT Speechifier

Download ChatGPT Speechifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam ChatGPT Speechifier ChatGPT Speechifier
ID jglaljacmohblhebclbfeeegdekoenae
Officiële URL https://chromewebstore.google.com/detail/chatgpt-speechifier/jglaljacmohblhebclbfeeegdekoenae
Beschrijving This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations
Bestandsgrootte 372 KB
Aantal Installaties 27
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-06-06
Publicatiedatum 2023-05-14
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Obinna Iloeje
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}