Podcastle AI

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

Podcastle AIとは何ですか?

Podcastle AIはhttp://podcastle.aiによって開発されたChromeの拡張機能で、その主な機能は「Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Podcastle AI拡張機能のCRXファイルをダウンロード

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
Eメール [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'"
}