Podcastle AI

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

What is Podcastle AI?

Podcastle AI is a Chrome extension developed by http://podcastle.ai, and its main feature is "Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.".

Extension Screenshots

screenshot
screenshot

Download Podcastle AI Extension CRX File

Download Podcastle AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Podcastle AI Podcastle AI
ID icmhhflehepmfekgegofjggdpjkocjid
Official URL https://chrome.google.com/webstore/detail/podcastle-ai/icmhhflehepmfekgegofjggdpjkocjid
Description Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.
File Size 1.51 MB
Installation Count 80,000
Current Version 0.4.2
Last Updated 2022-06-27
Publish Date 2020-07-04
Rating 4.03/5 Total 104 Ratings
Developer http://podcastle.ai
Email [email protected]
Payment Type in_app
Extension Website https://www.podcastle.ai
Help Page URL https://support.podcastle.ai/hc/en-us
Privacy Policy Page URL https://www.podcastle.ai/privacy
Supported Languages 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'"
}