WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
NaturalReader - AI Text to Speech

NaturalReader - AI Text to Speech

View on Chrome Web Store
View NaturalReader - AI Text to Speech Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (2,060 ratings)
1 new ratings
6 views
This extension has been viewed 6 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.

Read aloud any text with realistic AI voices, compatible with webpages, kindle Ebooks, Google Docs, PDF, Emails, and more.
Type
Extension
Users
500,000 users
100K
NaturalSoft Limited
View author page of NaturalSoft Limited
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 13, 2018
Version 7.0.10
Manifest version
3
Updated
Updated on December 8, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View NaturalReader - AI Text to Speech 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",
    "name": "NaturalReader - AI Text to Speech",
    "version": "7.0.10",
    "description": "Read aloud any text with realistic AI voices, compatible with webpages, kindle Ebooks, Google Docs, PDF, Emails, and more.",
    "homepage_url": "https:\/\/www.naturalreaders.com\/online\/",
    "action": [],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl + Shift + Y",
                "windows": "Ctrl + Shift + Y",
                "mac": "Command + Shift + Y",
                "chromeos": "Ctrl + Shift + Y"
            }
        },
        "play": {
            "description": "Pause\/Resume",
            "suggested_key": {
                "default": "Alt+P",
                "windows": "Alt+P",
                "mac": "Alt+P",
                "chromeos": "Alt+P"
            }
        },
        "forward": {
            "description": "Next"
        },
        "rewind": {
            "description": "Previous"
        },
        "speaker": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Speaker"
        },
        "toggleShowReadIcon": {
            "description": "Toggle Show Read Selection Icon"
        },
        "goToTabBeingRead": {
            "description": "Go to Tab Being Read"
        },
        "readSelection": {
            "description": "Highlight to Read"
        },
        "stop": {
            "description": "Stop"
        }
    },
    "background": {
        "service_worker": "main.js"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "contextMenus",
        "storage",
        "tts",
        "ttsEngine",
        "webNavigation",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "injected\/nr-ext-dom\/nr-ext-dom.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.naturalreaders.com\/login-service\/*"
            ],
            "js": [
                "injected\/nr-ext-auth.js"
            ],
            "all_frames": true
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "icons": {
        "32": "assets\/img\/32N.png",
        "48": "assets\/img\/48N.png",
        "128": "assets\/img\/128N.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "96",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "injected\/*",
                "download\/*"
            ],
            "matches": [
                "<all_urls>"
            ],
            "extension_ids": []
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.naturalreaders.com\/*"
        ]
    }
}
© 2025 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