WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Read Aloud Chrome Extension

Read Aloud Chrome Extension

View on Chrome Web Store
View Read Aloud Chrome Extension Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (14 ratings)
2 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Use Read Aloud Chrome Extension for fast text to speech as your screen narrator and voice reader on any webpage
Type
Extension
Users
1,000 users
2
code****************
View author page of code****************
Published
Published on December 2, 2025
Version 5.1.5
Manifest version
3
Updated
Updated on February 13, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View Read Aloud Chrome Extension Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "description": "__MSG_greeting__",
    "default_locale": "en",
    "version": "5.1.5",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/aloud-server-production.up.railway.app\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "pdf.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "read_page.png",
                "paste_and_read.png",
                "pdf.png",
                "pdf.min.js",
                "pdf.worker.min.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top