YouTube SubSound

Automatic subtitle dubbing on YouTube.

Cos'è YouTube SubSound?

YouTube SubSound è un'estensione di Chrome sviluppata da tgaru, e la sua funzione principale è "Automatic subtitle dubbing on YouTube.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YouTube SubSound

Scarica i file di estensione YouTube SubSound in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Browser extension that automatically pronounces the subtitles on YouTube

Open the desired video and activate voice acting by pressing the NEW button in the YouTube player.

Many languages are supported.                    

Informazioni di Base sull'Estensione

Nome YouTube SubSound YouTube SubSound
ID ohjehnjdpnambhdcalhoabplbiclekhp
URL Ufficiale https://chromewebstore.google.com/detail/youtube-subsound/ohjehnjdpnambhdcalhoabplbiclekhp
Descrizione Automatic subtitle dubbing on YouTube.
Dimensione del File 15.36 KB
Conteggio Installazioni 7,370
Versione Corrente 0.0.8
Ultimo Aggiornamento 2022-10-17
Data di Pubblicazione 2021-07-04
Valutazione 2.67/5 Totale 135 Valutazioni
Sviluppatore tgaru
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://t.me/writeforhelp
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.8",
    "author": "tgaru",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "main.js",
                "styles.css",
                "_locales\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}