BardReadAloud
Bard read aloud!
What is BardReadAloud?
BardReadAloud is a Chrome extension developed by baabullah, and its main feature is "Bard read aloud!".
Extension Screenshots
Download BardReadAloud Extension CRX File
Download BardReadAloud extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Read aloud Google Bard response using premium voices.
Extension Basic Information
Name | BardReadAloud |
ID | llfekemlcfbifgjgngenhjaidlialica |
Official URL | https://chromewebstore.google.com/detail/bardreadaloud/llfekemlcfbifgjgngenhjaidlialica |
Description | Bard read aloud! |
File Size | 52.25 KB |
Installation Count | 39 |
Current Version | 1.0.0 |
Last Updated | 2023-05-16 |
Publish Date | 2023-05-16 |
Developer | baabullah |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BardReadAloud", "description": "Bard read aloud!", "version": "1.0.0", "manifest_version": 3, "host_permissions": [ "*:\/\/bard.google.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/bard.google.com\/*" ], "js": [ "SpeakManager.js", "UUID.js", "WebSocketRequest.js", "jquery-3.6.0.min.js", "EngineBard.js", "BardPageMutation.js", "Context.js", "EngineFactory.js", "Main.js", "contentscript.js" ] } ], "permissions": [ "storage" ] } |