Podcastle AI

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

Что такое Podcastle AI?

Podcastle AI - это расширение Chrome, разработанное http://podcastle.ai, и его основная функция - "Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Podcastle AI

Скачайте файлы расширений Podcastle AI в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Podcastle AI Podcastle AI
ID icmhhflehepmfekgegofjggdpjkocjid
Официальный URL https://chrome.google.com/webstore/detail/podcastle-ai/icmhhflehepmfekgegofjggdpjkocjid
Описание Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.
Размер файла 1.51 MB
Количество установок 80,000
Текущая Версия 0.4.2
Последнее Обновление 2022-06-27
Дата публикации 2020-07-04
Рейтинг 4.03/5 Всего 104 оценок
Разработчик http://podcastle.ai
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://www.podcastle.ai
URL страницы помощи https://support.podcastle.ai/hc/en-us
URL страницы политики конфиденциальности https://www.podcastle.ai/privacy
Поддерживаемые языки 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'"
}