Podcastle AI

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

Wat is Podcastle AI?

Podcastle AI is een Chrome-extensie ontwikkeld door http://podcastle.ai, en de belangrijkste functie is "Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Podcastle AI

Download Podcastle AI-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

                        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                    

Basisinformatie over de Extensie

Naam Podcastle AI Podcastle AI
ID icmhhflehepmfekgegofjggdpjkocjid
Officiële URL https://chrome.google.com/webstore/detail/podcastle-ai/icmhhflehepmfekgegofjggdpjkocjid
Beschrijving Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.
Bestandsgrootte 1.51 MB
Aantal Installaties 80,000
Huidige Versie 0.4.2
Laatst Bijgewerkt 2022-06-27
Publicatiedatum 2020-07-04
Beoordeling 4.03/5 Totaal 104 Beoordelingen
Ontwikkelaar http://podcastle.ai
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://www.podcastle.ai
Help Pagina-URL https://support.podcastle.ai/hc/en-us
URL van de Privacybeleid Pagina https://www.podcastle.ai/privacy
Ondersteunde Talen 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'"
}