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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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
Ηλεκτρονικό ταχυδρομείο [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'"
}