WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Text Reader

Text Reader

View on Chrome Web Store
View Text Reader Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (9 ratings)
1 new ratings
35 views
This extension has been viewed 35 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.

Use Text Reader for free text to speech conversion. Enjoy a seamless TTS experience with easy read aloud and text to audio features
Type
Extension
Users
6,000 users
1K
INDI TEAM
View author page of INDI TEAM
Published
Published on October 3, 2024
Version 1.2
Manifest version
3
Updated
Updated on October 25, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Text Reader 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",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "version": "1.2",
    "default_locale": "en",
    "minimum_chrome_version": "99",
    "action": {
        "default_popup": "popup.html?isPopup=1"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon.png"
    },
    "oauth2": {
        "client_id": "311515340069-gr48lfk7ufpg8ath9qkfsatq60tr6147.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "identity",
        "offscreen",
        "scripting",
        "storage",
        "tts",
        "ttsEngine"
    ],
    "optional_permissions": [
        "webRequest",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/translate.google.com\/"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "file:\/\/*\/*"
    ],
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "player.html",
                "sound\/*",
                "img\/*",
                "css\/*"
            ],
            "matches": [
                "<all_urls>"
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    },
    "commands": {
        "play": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "play\/pause"
        },
        "stop": {
            "suggested_key": {
                "default": "Alt+O"
            },
            "description": "stop"
        },
        "forward": {
            "suggested_key": {
                "default": "Alt+Period"
            },
            "description": "forward"
        },
        "rewind": {
            "suggested_key": {
                "default": "Alt+Comma"
            },
            "description": "rewind"
        }
    }
}
© 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