Podcastle AI

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

Co to jest Podcastle AI?

Podcastle AI to rozszerzenie Chrome opracowane przez http://podcastle.ai, a jego główną funkcją jest „Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Podcastle AI

Pobierz pliki rozszerzeń Podcastle AI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Podcastle AI Podcastle AI
ID icmhhflehepmfekgegofjggdpjkocjid
Oficjalny URL https://chrome.google.com/webstore/detail/podcastle-ai/icmhhflehepmfekgegofjggdpjkocjid
Opis Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.
Rozmiar pliku 1.51 MB
Liczba instalacji 80,000
Aktualna Wersja 0.4.2
Ostatnia Aktualizacja 2022-06-27
Data Publikacji 2020-07-04
Ocena 4.03/5 Łącznie 104 Oceny
Deweloper http://podcastle.ai
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://www.podcastle.ai
Adres URL Strony Pomocy https://support.podcastle.ai/hc/en-us
Adres URL Strony Polityki Prywatności https://www.podcastle.ai/privacy
Obsługiwane Języki 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'"
}