WebExtension.net
WebExtension.net

Voice Reader: Read Aloud Text to Speech (TTS)

View on Chrome Web Store
View Voice Reader: Read Aloud Text to Speech (TTS) Chrome Extension on Chrome Web Store
4.3 (2,464 ratings)
1 new ratings

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

AI-powered text-to-speechе (TTS). Read aloud current web-page article, books and PDF files.
Type
Extension
Users
500,000 users
Website thereadme.com
Readme
View author page of Readme
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 18, 2020
Version 1.1.6
Manifest version
3
Updated
Updated on October 25, 2024
View on Chrome Web Store
View Voice Reader: Read Aloud Text to Speech (TTS) Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.1.6",
    "icons": {
        "16": "icons\/ext_icon_128.png",
        "32": "icons\/ext_icon_128.png",
        "48": "icons\/ext_icon_128.png",
        "64": "icons\/ext_icon_128.png",
        "128": "icons\/ext_icon_128.png"
    },
    "permissions": [
        "tts",
        "ttsEngine",
        "contextMenus",
        "unlimitedStorage",
        "storage",
        "webRequest",
        "sidePanel",
        "scripting"
    ],
    "side_panel": {
        "default_path": "popup\/popup.html"
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_icon": "icons\/ext_icon_128.png",
        "default_title": "__MSG_extTitle__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content\/content.js",
                "content\/content-read.js"
            ],
            "run_at": "document_end",
            "matches": [
                "<all_urls>"
            ],
            "all_frames": false
        },
        {
            "js": [
                "content\/content-cloud.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/cloud.google.com\/text-to-speech\/*"
            ],
            "all_frames": false
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/chat.openai.com\/chat"
            ],
            "js": [
                "content\/content-gpt.js"
            ],
            "css": [
                "styles\/banner-gpt.css"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/thereadme.com\/install\/"
            ],
            "js": [
                "content\/content-readme.js"
            ],
            "all_frames": false
        }
    ],
    "commands": {
        "forward": {
            "description": "Next",
            "suggested_key": {
                "default": "Alt+Down"
            }
        },
        "play": {
            "description": "Read\/Pause",
            "suggested_key": {
                "default": "Alt+R"
            }
        },
        "backward": {
            "description": "Previous",
            "suggested_key": {
                "default": "Alt+Up"
            }
        },
        "speaker": {
            "description": "Speaker",
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    },
    "short_name": "__MSG_extShortName__",
    "default_locale": "en",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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