YouTube SubSound
Automatic subtitle dubbing on YouTube.
Vad är YouTube SubSound?
YouTube SubSound är en Chrome-tillägg utvecklad av tgaru, och dess huvudfunktion är "Automatic subtitle dubbing on YouTube.".
Tilläggsskärmbilder
Ladda ner YouTube SubSound-förlängningens CRX-fil
Ladda ner YouTube SubSound-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | YouTube SubSound |
ID | ohjehnjdpnambhdcalhoabplbiclekhp |
Officiell webbadress | https://chromewebstore.google.com/detail/youtube-subsound/ohjehnjdpnambhdcalhoabplbiclekhp |
Beskrivning | Automatic subtitle dubbing on YouTube. |
Filstorlek | 15.36 KB |
Antal Installationer | 7,370 |
Aktuell Version | 0.0.8 |
Senast Uppdaterad | 2022-10-17 |
Publiceringsdatum | 2021-07-04 |
Betyg | 2.67/5 Totalt 135 Betyg |
Utvecklare | tgaru |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://t.me/writeforhelp |
Stödda Språk | 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": [ " |