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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://support.podcastle.ai/hc/en-us
عنوان صفحة سياسة الخصوصية 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'"
}