Podcastle AI

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

Was ist Podcastle AI?

Podcastle AI ist eine Chrome-Erweiterung, die von http://podcastle.ai entwickelt wurde, und ihr Hauptmerkmal ist "Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.".

Erweiterungsscreenshots

screenshot
screenshot

Podcastle AI-Erweiterungs-CRX-Datei herunterladen

Laden Sie Podcastle AI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Podcastle AI Podcastle AI
ID icmhhflehepmfekgegofjggdpjkocjid
Offizielle URL https://chrome.google.com/webstore/detail/podcastle-ai/icmhhflehepmfekgegofjggdpjkocjid
Beschreibung Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.
Dateigröße 1.51 MB
Installationsanzahl 80,000
Aktuelle Version 0.4.2
Letztes Update 2022-06-27
Veröffentlichungsdatum 2020-07-04
Bewertung 4.03/5 Insgesamt 104 Bewertungen
Entwickler http://podcastle.ai
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.podcastle.ai
Hilfeseite URL https://support.podcastle.ai/hc/en-us
URL der Datenschutzrichtlinien-Seite https://www.podcastle.ai/privacy
Unterstützte Sprachen 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'"
}