Podcastle AI

Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.

¿Qué es Podcastle AI?

Podcastle AI es una extensión de Chrome desarrollada por http://podcastle.ai, y su función principal es "Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Podcastle AI

Descarga archivos de extensión Podcastle AI 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

                        With Podcastle, you can instantly turn your authored news and articles, blog posts into podcasts 🎧.
And continue the editing of your podcast in our all-in-one Web-based collaborative podcast creation platform.
Are you ready to give it a try?

★ NEW: 
- New HD Voice Skins
- Redesigned look and feel
- Integration with our Podcast creation and enhancement platform                    

Información Básica de la Extensión

Nombre Podcastle AI Podcastle AI
ID icmhhflehepmfekgegofjggdpjkocjid
URL Oficial https://chrome.google.com/webstore/detail/podcastle-ai/icmhhflehepmfekgegofjggdpjkocjid
Descripción Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.
Tamaño del Archivo 1.51 MB
Cantidad de Instalaciones 80,000
Versión Actual 0.4.2
Última Actualización 2022-06-27
Fecha de Publicación 2020-07-04
Calificación 4.03/5 Total de 104 Calificaciones
Desarrollador http://podcastle.ai
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.podcastle.ai
URL de la Página de Ayuda https://support.podcastle.ai/hc/en-us
URL de la Página de Política de Privacidad https://www.podcastle.ai/privacy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.4.2",
    "short_name": "Podcastle",
    "name": "Podcastle AI",
    "description": "Podcastle converts text news\/articles to a podcast, with very natural human speech using machine learning.",
    "browser_action": {
        "default_title": "Podcastle",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "permissions": [
        "tabs",
        "cookies",
        "*:\/\/*.podcastle.dev\/",
        "*:\/\/*.podcastle.ai\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}