WaveNet Inside - Best TTS Player

Read Web Page by Google WaveNet

Τι είναι το WaveNet Inside - Best TTS Player;

Το WaveNet Inside - Best TTS Player είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://deepext.com, και η κύρια λειτουργία του είναι "Read Web Page by Google WaveNet".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης WaveNet Inside - Best TTS Player

Λήψη αρχείων επέκτασης WaveNet Inside - Best TTS Player σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Use Google WaveNet TTS engine to speak the whole web page, or selection text!

WaveNet Inside support one-click to read whole page now! 🚀

Key features:
1. detect the language automatically, and switch the TTS speaker friendly.
2. use Google WaveNet to do text-to-speech - one of the best lifelike TTS engines in the world. 
3. Sentence level sound player, with speech history navigation, export into audio file and download.
4. support cheap tts engine, like https://CheapTTS.com.
5. Context menu to read well formatted page.

Release 0.6.0(2021-06-18):
- Use context menu to read well formatted page.

FAQ:
Q. why not use Chrome embedding TTS?
A: WaveNet is much much better than chrome defaulting TTS engine. Google "WaveNet" then try it in its demo page.

Q: Is this extension officially developed by Google?
A: No, this chrome extension is NOT developed by google, we just use Google WaveNet API.

Q: Why not free? How to define your price?
A:  for now Google WaveNet API Pricing "$16.00 USD / 1 million characters". And we charge "40 US/1Million".

Q: Will you provide more cheap AI Engine?
A: We may develop more cheap choosing (e.g. Standard (non-WaveNet) voices, official price is $4.00 USD / 1 million characters ), but for the very early staging, just keep using WaveNet API as primary one, to deliver best TTS experience.
User can use guest mode, which provide at most FREE 15,000 characters!

Hope this extension can help you!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα WaveNet Inside - Best TTS Player WaveNet Inside - Best TTS Player
ID jeodifopcphhngfhmjdmmcbckenbjnhd
Επίσημο URL https://chromewebstore.google.com/detail/wavenet-inside-best-tts-p/jeodifopcphhngfhmjdmmcbckenbjnhd
Περιγραφή Read Web Page by Google WaveNet
Μέγεθος Αρχείου 1.4 MB
Αριθμός Εγκαταστάσεων 273
Τρέχουσα Έκδοση 0.6.0
Τελευταία Ενημέρωση 2021-06-19
Ημερομηνία Δημοσίευσης 2021-01-28
Αξιολόγηση 4.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://deepext.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://deepext.com/wavenet
Διεύθυνση URL της Σελίδας Βοήθειας https://deepext.com/feedback
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WaveNet Inside - Best TTS Player",
    "short_name": "WaveNet Inside",
    "description": "Read Web Page by Google WaveNet",
    "version": "0.6.0",
    "browser_action": {
        "default_popup": "popup\/index.html",
        "default_title": "Read Web Page by Google WaveNet"
    },
    "content_scripts": [
        {
            "js": [
                "content\/static\/js\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "popup\/16.png",
        "48": "popup\/48.png",
        "128": "popup\/128.png"
    },
    "background": {
        "page": "bg.html",
        "persistent": false
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "cookies",
        "tts",
        "https:\/\/deepext.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/sfo2.digitaloceanspaces.com 'unsafe-eval'; object-src 'self'; connect-src https:\/\/deepext.com\/ http:\/\/storage.googleapis.com\/ https:\/\/sfo2.digitaloceanspaces.com https:\/\/ssl.google-analytics.com\/  https:\/\/*.sfo2.digitaloceanspaces.com; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data: https:;"
}