Voicepods - Realistic Text to Speech

Bring words to realistic AI generated voice - Convert any written text on the web into speech.

O que é Voicepods - Realistic Text to Speech?

Voicepods - Realistic Text to Speech é uma extensão do Chrome desenvolvida por Voicepods, e sua principal característica é "Bring words to realistic AI generated voice - Convert any written text on the web into speech.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Voicepods - Realistic Text to Speech

Baixe arquivos de extensão Voicepods - Realistic Text to Speech no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Voicepods enables you to listen to any text on any website with realistic AI generated Voices.

Easily convert selected text or the entire page with one click and listen through the Chrome extension. It automatically syncs with your Voicepods account so that you can listen anywhere you go!

Choose from over 24 voices in 10 languages including Dutch, French, German, Italian, Korean, Japanese, Turkish, Spanish (Latin American and European), Hindi (Written as English, or Hindi).

- Listen to selected text in over 10 languages
- Voicepods automagically extracts out the relevant parts in web pages so that the audio only contains the content of the website and not extras like navigation
- Syncs with Voicepods so that you can listen anywhere you log in
- Control the pace of the audio playback to your liking                    

Informações Básicas da Extensão

Nome Voicepods - Realistic Text to Speech Voicepods - Realistic Text to Speech
ID fihebcnndekipadhomlgaiajoipkophe
URL Oficial https://chromewebstore.google.com/detail/voicepods-realistic-text/fihebcnndekipadhomlgaiajoipkophe
Descrição Bring words to realistic AI generated voice - Convert any written text on the web into speech.
Tamanho do Arquivo 1.66 MB
Contagem de Instalações 2,504
Versão Atual 0.1.0
Última Atualização 2019-08-20
Data de Publicação 2019-08-19
Classificação 2.80/5 Total de 5 Avaliações
Desenvolvedor Voicepods
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Bring words to realistic AI generated voice - Convert any written text on the web into speech.",
    "short_name": "Voicepods",
    "name": "Voicepods - Realistic Text to Speech",
    "version": "0.1.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Voicepods - Realistic Text to Speech"
    },
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js",
            "jquery.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "swal.css"
            ],
            "js": [
                "swal.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "http:\/\/app.voicepods.com\/*"
    ],
    "web_accessible_resources": [
        "confirmation.html"
    ]
}