WebExtension.net
Toggle dark mode
WebExtension.net

Speechify Text to Speech Voice Reader

View on Chrome Web Store
View Speechify Text to Speech Voice Reader Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (17,404 ratings)
19 new ratings
27 views
This extension has been viewed 27 times

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

Read aloud any Google Doc, PDF, webpage, or book with text to speech (TTS). Natural sounding voices in 30+ languages & 130 voices.
Type
Extension
Users
1,000,000 users
100K
Website speechify.com
Speechify
View author page of Speechify
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 14, 2017
Version 11.27.0
Manifest version
3
Updated
Updated on February 21, 2025
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Speechify Text to Speech Voice 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__",
    "author": "Speechify Inc",
    "version": "11.27.0",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon-light-square-16.png",
        "32": "images\/icon-light-square-32.png",
        "48": "images\/icon-light-square-48.png",
        "128": "images\/icon-light-square-128.png"
    },
    "commands": {
        "play-pause": {
            "suggested_key": {
                "mac": "Alt+Q",
                "windows": "Alt+Q",
                "chromeos": "Alt+Q",
                "linux": "Alt+Q"
            },
            "description": "Play\/Pause"
        },
        "play-pause-new": {
            "suggested_key": {
                "mac": "Alt+A",
                "windows": "Alt+A",
                "chromeos": "Alt+A",
                "linux": "Alt+A"
            },
            "description": "Play\/Pause (new shortcut)"
        },
        "save-to-library": {
            "suggested_key": {
                "mac": "Alt+S",
                "windows": "Alt+S",
                "chromeos": "Alt+S",
                "linux": "Alt+S"
            },
            "description": "Save to library"
        },
        "open-screenshot-mode": {
            "suggested_key": {
                "mac": "MacCtrl+Command+R",
                "windows": "Alt+R",
                "chromeos": "Alt+R",
                "linux": "Alt+R"
            },
            "description": "Open Screenshot Mode"
        }
    },
    "minimum_chrome_version": "109",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
        "sandbox": "sandbox allow-scripts; default-src *; media-src data:; style-src 'nonce-nVxWUtkqVd';"
    },
    "permissions": [
        "offscreen",
        "tabs",
        "contextMenus",
        "storage",
        "alarms",
        "scripting",
        "unlimitedStorage",
        "system.cpu",
        "system.memory"
    ],
    "host_permissions": [
        "<all_urls>",
        "https:\/\/*\/",
        "http:\/\/*\/",
        "file:\/\/*\/"
    ],
    "background": {
        "service_worker": "background\/main.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content-idle-notifier.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content-wrapper.js"
            ],
            "css": [
                "css\/speechify.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "toggleIcon.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.getspeechify.com\/*",
            "*:\/\/*.speechify.com\/*",
            "*:\/\/speechify.com\/*",
            "*:\/\/speechify.website\/*",
            "*:\/\/*.speechify.website\/*",
            "*:\/\/speechify.dev\/*",
            "*:\/\/*.speechify.dev\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "features.json",
                "fonts\/*",
                "images\/*",
                "audio\/*",
                "houdini.js",
                "timestretch_bg.wasm",
                "content\/*",
                "offscreen\/*"
            ],
            "matches": [
                "<all_urls>"
            ],
            "extension_ids": [],
            "use_dynamic_url": false
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon-light-square-16.png",
            "32": "images\/icon-light-square-32.png",
            "48": "images\/icon-light-square-48.png",
            "128": "images\/icon-light-square-128.png"
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnnXnXWS\/0k0it5ppG9ZrLg+vbLcnWIc7oO0etuckHIoLFnbjjpV7\/+ivDIkdkCpfbGtkc25lZfcuJHwk5b+kMEsWPeKn1XBENnxW4N3QdyXFQVEJeVQwGiuN0WBk3DTnfrwYePBzbfOelTVGR7hdLDsE+0WlQ+V3YfhcuCOHL7YxiCloj3fx7mr5H+q2VinDI\/hjhWTKmw7Udd39BMZgwkXO1rtDeR4YAgoQrRp4eKkOccSRW3osZXFRve1HSnk9PWAAsi\/AQNTvrcwMhGIyYMSd6xOpVt96mDa09oYCCidLAtCC3qRDPj4FUc0kogn5qjCDBYISYCO4KkRRFCbjBwIDAQAB"
}
© 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