Podcastle AI

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

Apa itu Podcastle AI?

Podcastle AI adalah ekstensi Chrome yang dikembangkan oleh http://podcastle.ai, dan fitur utamanya adalah "Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Podcastle AI

Unduh file ekstensi Podcastle AI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Podcastle AI Podcastle AI
ID icmhhflehepmfekgegofjggdpjkocjid
URL Resmi https://chrome.google.com/webstore/detail/podcastle-ai/icmhhflehepmfekgegofjggdpjkocjid
Deskripsi Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.
Ukuran File 1.51 MB
Jumlah Instalasi 80,000
Versi Saat Ini 0.4.2
Terakhir Diperbarui 2022-06-27
Tanggal Publikasi 2020-07-04
Penilaian 4.03/5 Total 104 Penilaian
Pengembang http://podcastle.ai
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://www.podcastle.ai
URL Halaman Bantuan https://support.podcastle.ai/hc/en-us
URL Halaman Kebijakan Privasi https://www.podcastle.ai/privacy
Bahasa yang Didukung 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'"
}