TTS Chrome Extension — Read Aloud Any Webpage

Listen to any webpage, article, or document with natural AI voices directly in your browser. Use TTS.ai as a Chrome extension alternative with our bookmarklet, web reader, and progressive web app. No installation required — just open TTS.ai in a tab and start listening.

Chrome Browser Extension Read Aloud Any Device Any Website

Browser TTS Features

Listen to the web with AI voices — no extension install needed

One-Click Reading

Click the extension icon on any webpage and it starts reading the page content aloud with a natural AI voice. No copying, no pasting, no switching tabs.

Highlight to Speak

Select any text on a webpage and right-click to read it aloud. Perfect for reading specific paragraphs, quotes, or sections without the full page.

Keyboard Shortcuts

Control playback with keyboard shortcuts. Play/pause, skip forward, skip back, speed up, slow down — all without touching the mouse.

Voice Selection

Choose your preferred AI voice from the extension popup. Set a default voice or switch between voices for different types of content.

Controlo de velocidade

Adjust reading speed from 0.5x to 3x directly in the extension. Speed up for skimming, slow down for detailed reading or language learning.

Reading Progress

Visual progress bar shows how far through the page content the reader has progressed. Resume from where you left off on any page.

Best Voices for Web Reading

Fast, natural voices optimized for reading web content

KokoroKokoro

Free

Lightweight 82M parameter model delivering studio-quality speech with blazing-fast inference.

Fast 5/5

Melhor para: Ultra-fast generation for seamless real-time webpage reading

Tentar Kokoro

PiperPiper

Free

A fast, local neural text to speech system optimized for Raspberry Pi and embedded devices.

Fast 3/5

Melhor para: Free CPU-friendly model for lightweight extension operation

Tentar Piper

MeloTTSMeloTTS

Free

High-quality multilingual text-to-speech that runs on CPU with minimal latency.

Fast 4/5

Melhor para: Free multilingual reading for international webpages

Tentar MeloTTS

StyleTTS 2StyleTTS 2

Premium

Human-level text-to-speech through style diffusion and adversarial training.

Medium 5/5

Melhor para: Premium narration quality for long-form articles and blogs

Tentar StyleTTS 2

OrpheusOrpheus

Standard

Human-level emotional TTS model trained on 100K hours of speech data.

Medium 5/5

Melhor para: Human-level voice for an immersive reading experience

Tentar Orpheus

How to Use TTS in Your Browser

Three ways to listen to web content with AI voices

1

Install the Extension

Add the TTS.ai extension from the Chrome Web Store. It installs in seconds and adds an icon to your browser toolbar. No account required for free voices.

2

Highlight Text on Any Page

Select text you want to hear, or click the extension icon to read the entire page. The extension extracts article content automatically, skipping ads and navigation.

3

Click Play

Press the play button or use keyboard shortcuts to start listening. The AI voice reads aloud while you follow along with optional text highlighting.

4

Customize Your Voice

Open extension settings to choose your preferred voice, default speed, and other preferences. Settings persist across sessions and pages.

Three Ways to Use TTS in Chrome

No Chrome Web Store extension needed

Bookmarklet

Drag our bookmarklet to your bookmarks bar. When you are on any webpage, click it to select text and send it to TTS.ai for instant speech generation. Works in Chrome, Firefox, Edge, and Safari — no extension installation or permissions needed.

How to set up:

  1. Visit tts.ai/text-to-speech/
  2. Drag the "Read Aloud" button to your bookmarks bar
  3. Select text on any webpage
  4. Click the bookmarklet to generate speech

URL Reader

Paste any URL into our TTS Reader and it extracts the article content, strips ads and navigation, and reads it aloud with your chosen AI voice. Keep TTS.ai open in a pinned tab for instant access whenever you find an article you would rather listen to.

How to use:

  1. Open tts.ai/reader/
  2. Paste the article URL
  3. Choose your preferred voice
  4. Click play — the article reads aloud

Copy & Paste

The simplest approach: select text on any webpage, copy it, switch to the TTS.ai tab, paste it, and hit generate. With a browser side-by-side or picture-in-picture window, this is fast and works on every website and browser with no setup.

Pro tips:

  • Pin TTS.ai tab for quick access
  • Use split-screen for side-by-side browsing
  • Keyboard shortcuts: Ctrl+C, Ctrl+V, Enter
  • Works in any browser on any device

Why a Web App Instead of a Chrome Extension?

Better privacy, wider compatibility, and no install required

Privacy First

Chrome extensions require broad permissions — access to all your browsing data, the ability to read every page you visit. TTS.ai runs as a normal website with no special permissions. Your browsing data stays private. We only process the text you explicitly send to us.

  • No "access to all websites" permission
  • No background tracking or data collection
  • Only processes text you send explicitly
  • Works without any browser permissions

Works Everywhere

Chrome extensions only work in Chrome. TTS.ai works in every browser on every device — Chrome, Firefox, Safari, Edge, and even mobile browsers on iOS and Android. One experience, every platform, no installation needed.

  • Chrome, Firefox, Safari, Edge
  • iOS and Android mobile browsers
  • Tablets and Chromebooks
  • No installation or updates needed

Build Your Own Browser TTS Extension

Use our API to build a custom Chrome extension for your workflow

JavaScript — Chrome Extension Content Script REST API
// content-script.js — Read selected text aloud
document.addEventListener('mouseup', async () => {
    const selectedText = window.getSelection().toString().trim();
    if (!selectedText || selectedText.length < 10) return;

    // Call TTS.ai API
    const response = await fetch('https://api.tts.ai/v1/tts', {
        method: 'POST',
        headers: {
            'Authorization': 'Bearer YOUR_API_KEY',
            'Content-Type': 'application/json'
        },
        body: JSON.stringify({
            text: selectedText,
            model: 'kokoro',
            voice: 'af_heart',
            format: 'mp3'
        })
    });

    // Play the audio
    const blob = await response.blob();
    const url = URL.createObjectURL(blob);
    const audio = new Audio(url);
    audio.play();
});

Free Browser TTS — No Extension Required

Use TTS.ai in any browser, on any device. Free tier included.

Free Tier

$0

50 credits on signup

  • Read aloud in any browser
  • 4 natural AI voices
  • No extension to install

Starter

$9

500 credits/month

  • All 19+ voices
  • API for custom extensions
  • URL reader access

Pro

$29

2000 credits/month

  • Unlimited web reading
  • Premium voices
  • Priority processing
View Full Pricing

Perguntas Frequentes

Common questions about TTS in the browser

The TTS.ai Chrome extension is currently in development. Sign up for our newsletter to be notified when it launches. In the meantime, you can use our web-based Reader tool at /reader/ to read articles and documents aloud.

Yes. The extension will be free to install and use with our free TTS models (Kokoro, Piper, VITS, MeloTTS). Premium voices with enhanced quality will be available for users with TTS.ai credits. The core reading experience will always be free.

The extension will work on most standard webpages including news sites, blogs, documentation, and articles. Some sites with complex JavaScript rendering or paywalled content may have limitations. The extension intelligently extracts readable content from page structure.

Yes. The extension only sends the text you choose to read to our TTS API for audio generation. It does not track browsing history, collect personal data, or send any information beyond the text being converted to speech. Privacy is a core design principle.

The extension requires an internet connection to generate speech via our API. For offline reading, download audio from our Reader tool. Future versions may include a lightweight local model option for offline use.

The extension will support all languages available on TTS.ai — 30+ languages including English, Spanish, French, German, Chinese, Japanese, Korean, Hindi, Arabic, and more. It auto-detects the page language and selects an appropriate voice.

Yes. The extension will include customizable keyboard shortcuts for play/pause, skip forward 10 seconds, skip back 10 seconds, speed up, slow down, and stop. Default shortcuts are designed to be intuitive and not conflict with browser shortcuts.

Yes. The extension will highlight the current sentence or word being read, making it easy to follow along visually. This feature can be toggled on or off in settings. Highlighting color and style are customizable.

Yes. The extension will include a download button that saves the entire page audio as an MP3 file. This lets you build a library of audio articles for offline listening during commutes, exercise, or travel.

Initially, the extension will be available for Chrome and Chromium-based browsers (Edge, Brave, Opera). Firefox and Safari versions are planned for future releases. The web-based Reader tool at /reader/ works in all browsers today.

The extension processes long articles by splitting content into segments and generating audio progressively. Reading starts immediately with the first segment while subsequent segments generate in the background, providing a seamless listening experience.

The extension is designed to complement, not replace, screen readers. It uses ARIA attributes and is keyboard-navigable. Users who prefer AI voices over their screen reader's built-in TTS can use the extension as an alternative reading voice.
5.0/5 (1)

Listen to the Web with AI Voices

No extension to install. Open TTS.ai in your browser and start listening to any text on the web.