Tweet Reader
Read tweets aloud with word highlighting, thread reading, keyboard shortcut (Alt+S), and smart text cleaning.
As of June 2026, Tweet Reader has 4 users in the Productivity category.
Usersup 100.0 percent+100.0%
4
4
Ratingno change0%
—
— reviews
Reviewsno change0%
—
Version
1.0
Manifest V3
History
6 snapshotsTracking since Apr 3, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 3, 2026 | 2 | — | — | 1.0 |
| Apr 17, 2026 | 4 | — | — | 1.0 |
| Apr 28, 2026 | 3 | — | — | 1.0 |
| May 22, 2026 | 3 | — | — | 1.0 |
| May 29, 2026 | 4 | — | — | 1.0 |
| Jun 5, 2026 | 2 | — | — | 1.0 |
| Now | 4 | — | — | 1.0 |
Permissions & access
- Permissions
- None declared
- Host access
- None declared
Screenshots
About
# Tweet Reader A Chrome extension that reads tweets aloud using the Web Speech API. Adds unobtrusive buttons to every tweet on X (formerly Twitter) for single-tweet and full-thread reading, with real-time word highlighting as it speaks. ## Features ### Read Single Tweet Click the `🔊` button on any tweet to hear it read aloud. Click `⏹` to stop. ### Read Entire Thread Click the `📖` button to read all visible tweets on the page sequentially. The currently-reading tweet is highlighted with a blue left border and auto-scrolled into view. ### Word-by-Word Highlighting As a tweet is read aloud, each word is highlighted in real time so you can follow along visually. ### Keyboard Shortcut Press `Alt+S` to read the tweet you're hovering over. If no tweet is hovered, the tweet closest to the center of the viewport is read instead. ### Smart Text Cleaning - **Emoji stripping** — Emojis are removed before speaking so the voice doesn't try to narrate them. - **Hashtag cleaning** — The `#` symbol is stripped from hashtags so the voice says "trending" instead of "hashtag trending". ## Installation 1. Clone the repository: ```bash git clone [email protected]:Ncastro878/tweetreader.git ``` 2. Open Chrome and navigate to `chrome://extensions`. 3. Enable **Developer mode** (toggle in the top-right corner). 4. Click **Load unpacked** and select the `tweet-reader` directory inside the cloned repo. 5. Navigate to [x.com](https://x.com) — the extension activates automatically. ## Project Structure ``` tweetreader/ ├── tweet-reader/ │ ├── manifest.json # Chrome extension manifest (Manifest V3) │ └── content.js # All extension logic (injected into x.com pages) ├── .gitignore └── README.md ``` The extension is intentionally kept minimal — two files, no build step, no background scripts, no external dependencies. ## How It Works - A `MutationObserver` watches for new tweets added to the DOM (infinite scroll, navigation) and injects the reader buttons into each tweet's action bar. - Speech is handled entirely through the browser's built-in [Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API) (`SpeechSynthesisUtterance`). - Word highlighting uses the `onboundary` event fired by the speech engine to track which word is currently being spoken. ## Browser Support Chrome (desktop). Requires the Web Speech API, which is supported in all modern Chromium-based browsers. ## License MIT
Technical
- Version
- 1.0
- Manifest
- V3
- Size
- 12.81KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- lpmaadldmaeonfblgafpohgpjhcogenj
- Developer ID
- u5fc92f0a253eec1ecc5984f475e6aff8
- Developer Email
- [email protected]
- Created
- Mar 4, 2026
- Last Updated (Store)
- Mar 4, 2026
- Last Scraped
- Jun 5, 2026
- Website
- —
- Support URL
- —
- Privacy Policy
- https://github.com/Ncastro878/tweetreader
Similar extensions
Alternatives to Tweet Reader, ranked by description similarity.
Text-to-Speech Extension
Automatically reads text on hover or selection with improved language detection
24
★ 4.0
Tweet Thread Downloader
Scrapes a Twitter thread and saves it as a Markdown file.
51
Read It: Text to Speech Voice Reader
A Chrome extension to read selected text, whole webpages, and PDFs aloud.
27
Focus Reader
Reads aria-labels and accessible text on hover or keyboard navigation.
6
★ 5.0
Text-to-Speech Selector - 智慧語音朗讀
選取文字後快速使用美式或英式英語朗讀,支援語速、音量、音高調整
20
X Share AI Assistant
Generate AI-powered tweets from webpage content and share to X with screenshots
4
Just Read It
A simple text-to-speech extension
2
★ 5.0
Read Selected
Reads selected text on any site with voice options.
421
★ 4.0
Data sourced from the Chrome Web Store · last verified Jun 5, 2026.