ChatGPT Tool Voice

Desarrollado por Juan Camilo Pabon

What is ChatGPT Tool Voice?

ChatGPT Tool Voice is a Chrome extension developed by juanpabonseo, and its main feature is "Desarrollado por Juan Camilo Pabon".

Extension Screenshots

screenshot
screenshot
screenshot

Download ChatGPT Tool Voice Extension CRX File

Download ChatGPT Tool Voice 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

                        La extensión proporciona herramientas de lectura de texto e introducción de texto mediante voz lo cual facilita la interacción con la herramienta de ChatGPT.
Tambien proporciona utilidades para poder copiar un texto y leerlo en altavoz.                    

Extension Basic Information

Name ChatGPT Tool Voice ChatGPT Tool Voice
ID pmhnadflnkmadcikaidjemonacknhkkh
Official URL https://chromewebstore.google.com/detail/chatgpt-tool-voice/pmhnadflnkmadcikaidjemonacknhkkh
Description Desarrollado por Juan Camilo Pabon
File Size 369 KB
Installation Count 230
Current Version 1.4
Last Updated 2023-02-27
Publish Date 2023-02-19
Developer juanpabonseo
Email [email protected]
Payment Type free
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Tool Voice",
    "description": "Desarrollado por Juan Camilo Pabon",
    "version": "1.4",
    "icons": {
        "128": ".\/assets\/images\/icon.png",
        "16": ".\/assets\/images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "js": [
                ".\/assets\/js\/content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/chat.openai.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}