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
官方網址 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'"
}