YouTube SubSound
Automatic subtitle dubbing on YouTube.
Wat is YouTube SubSound?
YouTube SubSound is een Chrome-extensie ontwikkeld door tgaru, en de belangrijkste functie is "Automatic subtitle dubbing on YouTube.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube SubSound
Download YouTube SubSound-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
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.
Basisinformatie over de Extensie
Naam | YouTube SubSound |
ID | ohjehnjdpnambhdcalhoabplbiclekhp |
Officiële URL | https://chromewebstore.google.com/detail/youtube-subsound/ohjehnjdpnambhdcalhoabplbiclekhp |
Beschrijving | Automatic subtitle dubbing on YouTube. |
Bestandsgrootte | 15.36 KB |
Aantal Installaties | 7,370 |
Huidige Versie | 0.0.8 |
Laatst Bijgewerkt | 2022-10-17 |
Publicatiedatum | 2021-07-04 |
Beoordeling | 2.67/5 Totaal 135 Beoordelingen |
Ontwikkelaar | tgaru |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://t.me/writeforhelp |
Ondersteunde Talen | 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": [ " |