Screen Reader

A web-powered screen reader

What is Screen Reader?

Screen Reader is a Chrome extension developed by https://chrome.google.com, and its main feature is "A web-powered screen reader".

Extension Screenshots

screenshot
screenshot

Download Screen Reader Extension CRX File

Download Screen Reader 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

                        Please note that this extension is now in maintenance mode; no new additions will be made moving forward.

The Chrome Screen reader extension is a showcase of a fully featured screen reader for the web built using only web technologies such as html and javascript.  This extension specifically works within the Chrome browser to read content aloud. For more comprehensive solutions, we recommend the use of full system screen readers like ChromeVox on Chrome OS, VoiceOver on Mac, JAWS, NVDA or Narrator on Windows, etc. 

By installing this extension, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

Extension Basic Information

Name Screen Reader Screen Reader
ID kgejglhpjiefppelpmljglcjbhoiplfn
Official URL https://chromewebstore.google.com/detail/screen-reader/kgejglhpjiefppelpmljglcjbhoiplfn
Description A web-powered screen reader
File Size 4.58 MB
Installation Count 228,157
Current Version 53.0.2784.14
Last Updated 2023-06-07
Publish Date 2019-09-05
Rating 2.51/5 Total 1046 Ratings
Developer https://chrome.google.com
Email [email protected]
Payment Type free
Extension Website http://www.chromevox.com
Privacy Policy Page URL https://policies.google.com/privacy?hl=en
Supported Languages id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "automation": {
        "desktop": true
    },
    "background": {
        "page": "cvox2\/background\/background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "devtools:\/\/*"
            ],
            "js": [
                "chromevox\/injected\/shadydom_loader.js",
                "chromeVoxChromePageScript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "A web-powered screen reader",
    "differential_fingerprint": "1.dc357c31eb9bbdaf5f4701f8300748c98bf71c71ad81230ffa0fd97b5edd92d7",
    "icons": {
        "128": "images\/chromevox-128.png",
        "16": "images\/chromevox-16.png",
        "48": "images\/chromevox-48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDEGBi\/oD7Yl\/Y16w3+gee\/95\/EUpRZ2U6c+8orV5ei+3CRsBsoXI\/DPGBauZ3rWQ47aQnfoG00sXigFdJA2NhNK9OgmRA2evnsRRbjYm2BG1twpaLsgQPPus3PyczbDCvhFu8k24wzFyEtxLrfxAGBseBPb9QrCz7B4k2QgxD\/CwIDAQAB",
    "manifest_version": 2,
    "name": "Screen Reader",
    "options_page": "chromevox\/background\/options.html",
    "permissions": [
        "accessibilityPrivate",
        "bookmarks",
        "history",
        "notifications",
        "storage",
        "tabs",
        "tts",
        ""
    ],
    "version": "53.0.2784.14",
    "web_accessible_resources": [
        "chromevox\/background\/keymaps\/next_keymap.json",
        "chromevox\/injected\/api.js",
        "chromevox\/injected\/api_util.js",
        "chromevox\/injected\/mathjax.js",
        "chromevox\/injected\/mathjax_external_util.js",
        "webcomponents-bundle.js"
    ]
}