Voice Book Reader

Read aloud books PDF, EPUB, and text files.

What is Voice Book Reader?

Voice Book Reader is a Chrome extension developed by https://app-vbr.web.app, and its main feature is "Read aloud books PDF, EPUB, and text files.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Voice Book Reader Extension CRX File

Download Voice Book 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

                        Voice Book Reader - Allows to read aloud your books PDF, EPUB, and text files.                    

Extension Basic Information

Name Voice Book Reader Voice Book Reader
ID ngdcpkddahgmnndlpnmbfidgnndfhdni
Official URL https://chrome.google.com/webstore/detail/voice-book-reader/ngdcpkddahgmnndlpnmbfidgnndfhdni
Description Read aloud books PDF, EPUB, and text files.
File Size 19.3 KB
Installation Count 579
Current Version 1.9
Last Updated 2021-11-09
Publish Date 2021-04-20
Rating 3.25/5 Total 4 Ratings
Developer https://app-vbr.web.app
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voice Book Reader",
    "description": "Read aloud books PDF, EPUB, and text files.",
    "version": "1.9",
    "icons": {
        "16": "images\/16x16.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "homepage_url": "https:\/\/app-vbr.web.app\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Voice Book Reader"
    },
    "manifest_version": 2
}