Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Text to Speech (TTS) Read Aloud Voice Reader by Audeus", "description": "Read aloud using text-to-speech (TTS) to convert webpages, PDF, emails, & text to audio. Text-to-speech extension with AI voices", "version": "1.8.16", "action": { "default_icon": { "16": "favicons\/16x16.png", "32": "favicons\/32x32.png", "48": "favicons\/48x48.png", "128": "favicons\/128x128.png" }, "default_popup": "popup.html" }, "icons": { "16": "favicons\/16x16.png", "32": "favicons\/32x32.png", "48": "favicons\/48x48.png", "128": "favicons\/128x128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/vendor.js", "js\/main_content_script.js" ] }, { "matches": [ "*:\/\/docs.google.com\/document\/*" ], "run_at": "document_start", "js": [ "js\/gdoc_enable_canvas_annotation.js" ], "world": "MAIN" } ], "background": { "service_worker": "js\/background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "fonts\/*" ], "matches": [ "<all_urls>" ] }, { "resources": [ "audio\/*" ], "matches": [ "<all_urls>" ] }, { "resources": [ "images\/*" ], "matches": [ "<all_urls>" ] }, { "resources": [ "settings.html" ], "matches": [ "<all_urls>" ] } ], "minimum_chrome_version": "88", "permissions": [ "storage", "cookies", "activeTab", "contextMenus", "offscreen", "scripting", "tts" ], "host_permissions": [ "https:\/\/www.audeus.com\/*" ] }