Read Out Loud

This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.

What is Read Out Loud?

Read Out Loud is a Chrome extension developed by softapp, and its main feature is "This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.".

Extension Screenshots

screenshot
screenshot

Download Read Out Loud Extension CRX File

Download Read Out Loud extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.                    

Extension Basic Information

Name Read Out Loud Read Out Loud
ID ngkfbiffihjpmjfimgfkgagciademgae
Official URL https://chromewebstore.google.com/detail/read-out-loud/ngkfbiffihjpmjfimgfkgagciademgae
Description This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.
File Size 10.88 KB
Installation Count 996
Current Version 1.1.0
Last Updated 2023-03-03
Publish Date 2023-03-02
Developer softapp
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Read Out Loud",
    "version": "1.1.0",
    "description": "This extension adds a play button beside selected text on webpages, allowing users to listen to the text as speech.",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}