Wordcast

Free Chrome Read Aloud — Text to Speech Without an Extension

Wordcast turns Chrome into a free read-aloud reader with no extension. Open wordcast.app in any Chrome tab, paste text or drop a PDF, and Chrome reads it aloud using the Google neural voices already on your device. No install, no signup, no character limit, no permissions prompt.

↓ Paste text, drop a PDF, or paste a URL. Chrome starts reading in under a second.

Fetch from a URL
Wordcast running in a Chrome tab — free Chrome read aloud without an extensionA Chrome browser window with wordcast.app open. The page shows a composer card with a placeholder textarea and a bottom action bar (Listen button and Try a sample on the left; voice picker and settings on the right), plus two side-by-side cards underneath for dropping a file or fetching from a URL. Three callouts point to: paste text or drop a PDF, press Listen, pick a voice. No Chrome extension install required.wordcast.appwordcast.app/for/chromePaste text, or drop a PDF / Word / URL below.▶ ListenTry a sampleSamantha📄Drop a file or click to uploadPDF · DOCX · EPUB · TXT · MD · HTML🔗 Fetch from a URLhttps://example.com/articleFetchPaste text ordrop a PDFPress ListenPick a voiceGoogle neural
Wordcast running in a Chrome tab — paste, drop a file, or fetch a URL, then press Listen. No extension required.

What is Chrome Read Aloud?

Chrome Read Aloud is using Google Chrome to listen to text instead of reading it on screen. Three approaches exist. (1) Chrome extensions like Read Aloud: A Text to Speech Voice Reader require an install plus host-permission for every site you visit. (2) Chrome's built-in Reading Mode, added in Chrome 114, has a Play button in the side panel but only activates on pages Chrome classifies as articles — PDFs, code, and most apps are excluded. (3) Web apps like Wordcast call the Web Speech API directly from a regular Chrome tab — no extension, no install, no permissions prompt. Wordcast belongs to the third category, and the text never leaves the browser.

  • Web Speech API shipped in Chrome 25 (early 2013) — 13 years of stable browser support.
  • Chrome on Windows / Mac / ChromeOS exposes Google's neural voices (Wavenet) by default.
  • Wordcast adds zero Chrome permissions. Extensions need host_permissions for every site.
  • Chromium issue #679437 caps speech utterances at ~15 seconds on desktop Chrome — Wordcast works around it.

Read Aloud Chrome Pages — Without an Extension

Most Chrome users hit the same wall: every read aloud Chrome extension on the Web Store asks for permission to see every page you visit. Wordcast is a web app, not an extension. No permissions prompt, no background script, no telemetry. Open wordcast.app in a new Chrome tab and listen to anything you can paste, drop, or link to.

Drop your text or PDF below to hear Chrome read it now ↓

Chrome Read Aloud on Windows, Mac, ChromeOS, Android, iOS

Chrome behaves a little differently on each OS. Pick yours for the highest-quality voice setup.

Chrome Read Aloud on Windows

Open wordcast.app in Chrome on Windows 10 or 11. Google US English (neural) is selected by default. For richer expression, install Microsoft Natural voices in Settings → Time & Language → Speech and they show up in Wordcast's voice picker after restarting Chrome.

  • Google neural voices ship bundled with Chrome — no setup needed
  • Microsoft Aria, Jenny, and Guy add the most natural intonation
  • Works identically in Edge, Brave, Vivaldi — all Chromium browsers

Chrome Read Aloud Tools, Side by Side

The honest map of every way to read aloud in Chrome — including the trade-offs the extension stores hide.

FeatureWordcast (web app)Read Aloud Chrome extensionChrome Reading ModeMicrosoft Edge Read AloudmacOS Speak Selection
Free
No extension installyes (needs Edge)yes (built-in)
No site-access permissions
Works on any Chrome (Win / Mac / CrOS / iOS / Android)no (Edge only)no (Mac only)
Reads PDFs
Any text / URL / file you paste or droppartial (articles only)
No character limit
Lock-screen controls on mobile
Google neural (Wavenet) voices
Text stays in the browser
MP3 export

Wordcast is the right pick when you want Chrome to read aloud without installing or trusting anything. None of these tools can export an MP3 — for that, Speechify is the standard option (paid, with a 100-minute free tier).

Chrome's read-aloud bugs — and how Wordcast handles each

Three issues every Chrome TTS tool runs into. Two are Chromium bugs older than the feature itself.

  • Chrome stops reading after 15 seconds

    Chromium issue #679437, open since 2016: speechSynthesis silently dies on long utterances on desktop Chrome (Windows, Mac, Linux). Vanilla extensions hit this. Reading Mode hits this. Any direct Web Speech API call hits this.

    Fix: Wordcast chunks long text and runs an internal pause / resume loop to keep audio alive past the 15-second cliff. A 200-page PDF plays end to end without a stall.
  • speechSynthesis.getVoices() returns empty on first call

    Chrome populates the voice list asynchronously via the voiceschanged event. Code that reads voices before that event ships with an empty picker. iOS Chrome compounds the issue — voices only arrive after a user gesture, not on page load.

    Fix: Wordcast waits up to 3 seconds for voiceschanged, then falls back to the system default. The iOS gesture race is handled by warming the audio context on the first Listen tap (CLICK_RACE_BUDGET_MS in useTts.ts).
  • Reading Mode skips PDFs, code, and most apps

    Chrome 114+ ships Reading Mode with a built-in TTS button, but the side panel only opens on pages Chrome's ML classifier recognizes as articles. PDFs, GitHub READMEs, code-heavy docs, Notion pages, and most app surfaces simply do not qualify — the panel does not appear.

    Fix: Wordcast accepts anything you paste, drop, or link to. Mozilla Readability runs on every input — not just on pages Chrome's classifier whitelists.

Why Chrome users open Wordcast

  • Reading PDFs and articles aloud

    Chrome is where you already read. Wordcast adds text-to-speech without a browser switch or an extension install. Drop the PDF, paste the article URL, or paste text — Chrome reads it back at your speed.

  • Shared, locked-down, or managed Chromes

    At school, in the library, on a borrowed laptop, on a Chromebook managed by IT, you cannot install extensions. Wordcast is a URL, not software — it works on any Chrome that can reach the open web.

  • Listening while you keep using Chrome

    Wordcast plays in a Chrome tab, so your other tabs stay snappy. On Android Chrome, lock-screen Play / Pause works out of the box — keep listening with the phone in your pocket and the screen off.

How to use Chrome Read Aloud, without an extension

  1. Open wordcast.app in a Chrome tab

    Any Chrome window, any OS. Wordcast is a web app — no install, no permissions prompt, no Chrome restart.

  2. Paste text, drop a PDF, or paste a URL

    Wordcast extracts the readable content in your browser using pdfjs-dist for PDFs and Mozilla Readability for articles. Nothing is uploaded.

  3. Press Listen — Chrome reads aloud

    Chrome passes the text to its bundled Google neural voice. Audio starts in under a second. Pause anytime. Lock-screen controls work on Android.

FAQ

  • Why does Chrome stop reading aloud after 15 seconds?

    Long-standing Chromium issue #679437, open since 2016. speechSynthesis silently dies on long utterances on desktop Chrome. Wordcast works around it with an internal pause / resume loop so multi-hour PDFs play without a stall.

  • Does Chrome have a built-in read aloud feature?

    Partially. Chrome 114+ ships Reading Mode in the side panel with a Play button, but it only activates on pages Chrome classifies as articles. PDFs, code, and most apps do not trigger it. Wordcast reads anything.

  • Do I need a Chrome extension to read aloud?

    No. Wordcast is a web app, not an extension. Open wordcast.app in a Chrome tab, paste text or drop a PDF, press Listen. Zero install, zero permissions prompt, zero background script.

  • How do I enable Google neural voices in Chrome?

    On Windows, Mac, and ChromeOS, Chrome ships with Google's neural voices (Wavenet) preinstalled — they appear in Wordcast's voice picker automatically. On Android, enable enhanced voices in Settings → Accessibility → Text-to-speech output.

  • Why is Wordcast faster than a Chrome read aloud extension?

    Extensions inject a content script into every page and wait for DOM-ready before they can read. Wordcast loads its own page once, then calls the Web Speech API directly. Audio starts in under a second versus 3-5 seconds for most extensions.

  • Is Chrome's text to speech free?

    Yes. The Web Speech API is part of Chrome and free to use. Wordcast adds no cost — it does not call any paid TTS service. Voices come from your operating system or Google's free Chrome voices.

  • Does Chrome Read Aloud work offline?

    On Mac and Windows, yes — once Wordcast is cached, OS voices synthesize locally. On ChromeOS, Google's neural voices need an internet connection. On Android, it depends on whether you enabled the local TTS voice download.

  • Can Chrome read PDFs aloud?

    Yes, with Wordcast. Chrome's built-in PDF viewer has no TTS button, and Reading Mode rejects PDFs. Drop your PDF into wordcast.app and Chrome reads it aloud — text extraction happens in-browser via pdfjs-dist.

  • What is the best Chrome read aloud extension?

    The popular picks are Read Aloud: A Text to Speech Voice Reader and Read Aloud Voice Reader. Both request host permissions for every site you visit. If you want the same outcome without that risk, use Wordcast — same Google voices, zero permissions.

  • Why can't I find the voices menu in Chrome settings?

    Chrome does not expose TTS voice settings in chrome://settings. You either pick a voice inside an app like Wordcast, or manage them at the OS level (Windows Settings → Speech, macOS System Settings → Accessibility → Spoken Content).

  • Does Wordcast send my text to Google?

    No. Wordcast runs entirely in your Chrome tab. The speech call goes directly to Chrome, which uses an OS voice (Mac and Windows fully local) or a Google neural voice (server-side on ChromeOS and Android). The text never goes through Wordcast servers.

  • Can I download Chrome read aloud audio as an MP3?

    No. The Web Speech API streams audio live — Chrome plays it but does not expose it as a file. For an MP3 export, Speechify and ElevenLabs Reader can do it; both require signup and have monthly limits.

Related guides