Playtext — Text to Speech

Turn Articles into Audio. Read at 3x the speed! ⚡️

¿Qué es Playtext — Text to Speech?

Playtext — Text to Speech es una extensión de Chrome desarrollada por https://playtext.app, y su función principal es "Turn Articles into Audio. Read at 3x the speed! ⚡️".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Playtext — Text to Speech

Descarga archivos de extensión Playtext — Text to Speech en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Play any website! 

Playtext is a text-to-speech reader, that turns any Articles into Audio using AI-generated voices. 

1. Save any Article.
2. Listen at 3x the speed.
3. Make reading your superpower! 💪

—
What can you do with Playtext?

🎧 Text to Audio: Read AND Listen at the same time. Information sticks more in your brain.
✨ Distraction-free Environment: Designed to help you focus. Free of ads or any clunky UI.
🚀 Read Faster: Increase the speed up to 3x.
💻 Keyboard Shortcuts: Control your reading pace with a keystroke.
🌎 Available in 6 Languages: English, Spanish, Portuguese, German, Italian, and French.                    

Información Básica de la Extensión

Nombre Playtext — Text to Speech Playtext — Text to Speech
ID ccocbkipkgmgmpjnjnhkhkdojodbbcck
URL Oficial https://chromewebstore.google.com/detail/playtext-%E2%80%94-text-to-speech/ccocbkipkgmgmpjnjnhkhkdojodbbcck
Descripción Turn Articles into Audio. Read at 3x the speed! ⚡️
Tamaño del Archivo 65.21 KB
Cantidad de Instalaciones 1,151
Versión Actual 2.0.8
Última Actualización 2024-02-06
Fecha de Publicación 2023-04-10
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador https://playtext.app
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://playtext.app
URL de la Página de Política de Privacidad https://playtext.app/terms
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playtext \u2014 Text to Speech",
    "description": "Turn Articles into Audio. Read at 3x the speed! \u26a1\ufe0f",
    "version": "2.0.8",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_title": "Playtext",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}