YouTube SubSound

Automatic subtitle dubbing on YouTube.

Co to jest YouTube SubSound?

YouTube SubSound to rozszerzenie Chrome opracowane przez tgaru, a jego główną funkcją jest „Automatic subtitle dubbing on YouTube.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia YouTube SubSound

Pobierz pliki rozszerzeń YouTube SubSound w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube SubSound YouTube SubSound
ID ohjehnjdpnambhdcalhoabplbiclekhp
Oficjalny URL https://chromewebstore.google.com/detail/youtube-subsound/ohjehnjdpnambhdcalhoabplbiclekhp
Opis Automatic subtitle dubbing on YouTube.
Rozmiar pliku 15.36 KB
Liczba instalacji 7,370
Aktualna Wersja 0.0.8
Ostatnia Aktualizacja 2022-10-17
Data Publikacji 2021-07-04
Ocena 2.67/5 Łącznie 135 Oceny
Deweloper tgaru
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://t.me/writeforhelp
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}