WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Google Docs Read Aloud

Google Docs Read Aloud

View on Chrome Web Store
5.0 (4 ratings)
1 new ratings
6 views

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Let the Google Docs Read Aloud extension transform your text into speech and read aloud Google Docs with a natural TTS text reader.
Type
Extension
Users
747 users
14
docs*********************
Published
Version 1.0.0
Manifest version
3
Updated
make_chrome_yours/accessibility
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_shortDesc__",
    "version": "1.0.0",
    "default_locale": "en",
    "minimum_chrome_version": "99",
    "action": {
        "default_popup": "popup.html?isPopup=1"
    },
    "icons": {
        "16": "img\/read_green.png",
        "32": "img\/read_green.png",
        "48": "img\/read_green.png",
        "64": "img\/read_green.png",
        "128": "img\/read_green.png"
    },
    "oauth2": {
        "client_id": "904743021330-1iajqtontv0ovvgfovj48509qeejvvrc.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly",
            "https:\/\/www.googleapis.com\/auth\/documents.readonly"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "offscreen",
        "scripting",
        "storage",
        "tts"
    ],
    "optional_permissions": [
        "webRequest",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/translate.google.com\/",
        "https:\/\/docs.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"
        },
        "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.