WebExtension.net
WebExtension.net

NaturalReader - AI Text to Speech

View on Chrome Web Store
View NaturalReader - AI Text to Speech Chrome Extension on Chrome Web Store
4.2 (1,792 ratings)
1 new ratings

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
1,000,000 users
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.9
Manifest version
3
Updated
Updated on October 24, 2024
View on Chrome Web Store
View NaturalReader - AI Text to Speech Chrome Extension on Chrome Web Store
productivity/tools
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NaturalReader - AI Text to Speech",
    "version": "7.0.9",
    "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": {
                "windows": "Ctrl + Shift + Y",
                "mac": "Command + Shift + Y",
                "chromeos": "Ctrl + Shift + Y"
            }
        },
        "play": {
            "description": "Pause\/Resume",
            "suggested_key": {
                "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\/*"
        ]
    }
}
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