BardReadAloud

Bard read aloud!

Wat is BardReadAloud?

BardReadAloud is een Chrome-extensie ontwikkeld door baabullah, en de belangrijkste functie is "Bard read aloud!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BardReadAloud

Download BardReadAloud-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Read aloud Google Bard response using  premium voices.                    

Basisinformatie over de Extensie

Naam BardReadAloud BardReadAloud
ID llfekemlcfbifgjgngenhjaidlialica
Officiële URL https://chromewebstore.google.com/detail/bardreadaloud/llfekemlcfbifgjgngenhjaidlialica
Beschrijving Bard read aloud!
Bestandsgrootte 52.25 KB
Aantal Installaties 39
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-05-16
Publicatiedatum 2023-05-16
Ontwikkelaar baabullah
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}