Podcastle AI

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

Qu'est-ce que Podcastle AI ?

Podcastle AI est une extension Chrome développée par http://podcastle.ai, et sa fonction principale est "Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Podcastle AI

Téléchargez les fichiers d'extension Podcastle AI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Podcastle AI Podcastle AI
ID icmhhflehepmfekgegofjggdpjkocjid
URL Officiel https://chrome.google.com/webstore/detail/podcastle-ai/icmhhflehepmfekgegofjggdpjkocjid
Description Podcastle converts text news/articles to a podcast, with very natural human speech using machine learning.
Taille du Fichier 1.51 MB
Nombre d'Installations 80,000
Version Actuelle 0.4.2
Dernière Mise à Jour 2022-06-27
Date de Publication 2020-07-04
Évaluation 4.03/5 Total 104 Évaluations
Développeur http://podcastle.ai
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.podcastle.ai
URL de la Page d'Aide https://support.podcastle.ai/hc/en-us
URL de la Page de Politique de Confidentialité https://www.podcastle.ai/privacy
Langues Prises en Charge 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'"
}