Podcastle AI

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

Co je Podcastle AI?

Podcastle AI je rozšíření Chrome vyvinuté http://podcastle.ai, a jeho hlavní funkcí je „Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Podcastle AI

Stáhněte si soubory rozšíření Podcastle AI ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Podcastle AI Podcastle AI
ID icmhhflehepmfekgegofjggdpjkocjid
Oficiální URL https://chrome.google.com/webstore/detail/podcastle-ai/icmhhflehepmfekgegofjggdpjkocjid
Popis Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.
Velikost souboru 1.51 MB
Počet instalací 80,000
Aktuální Verze 0.4.2
Poslední Aktualizace 2022-06-27
Datum Vydání 2020-07-04
Hodnocení 4.03/5 Celkem 104 Hodnocení
Vývojář http://podcastle.ai
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://www.podcastle.ai
URL Stránky Nápovědy https://support.podcastle.ai/hc/en-us
URL Stránky Zásad Ochrany Soukromí https://www.podcastle.ai/privacy
Podporované Jazyky 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'"
}