Podcastle AI

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

O que é Podcastle AI?

Podcastle AI é uma extensão do Chrome desenvolvida por http://podcastle.ai, e sua principal característica é "Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Podcastle AI

Baixe arquivos de extensão Podcastle AI no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Podcastle AI Podcastle AI
ID icmhhflehepmfekgegofjggdpjkocjid
URL Oficial https://chrome.google.com/webstore/detail/podcastle-ai/icmhhflehepmfekgegofjggdpjkocjid
Descrição Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.
Tamanho do Arquivo 1.51 MB
Contagem de Instalações 80,000
Versão Atual 0.4.2
Última Atualização 2022-06-27
Data de Publicação 2020-07-04
Classificação 4.03/5 Total de 104 Avaliações
Desenvolvedor http://podcastle.ai
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://www.podcastle.ai
URL da Página de Ajuda https://support.podcastle.ai/hc/en-us
URL da Página de Política de Privacidade https://www.podcastle.ai/privacy
Idiomas Suportados 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'"
}