YouTube SubSound

Automatic subtitle dubbing on YouTube.

ما هو YouTube SubSound؟

YouTube SubSound هو إضافة Chrome تم تطويرها بواسطة tgaru، والميزة الرئيسية لها هي "Automatic subtitle dubbing on YouTube.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة YouTube SubSound

قم بتنزيل ملفات الامتداد YouTube SubSound بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم YouTube SubSound YouTube SubSound
ID ohjehnjdpnambhdcalhoabplbiclekhp
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-subsound/ohjehnjdpnambhdcalhoabplbiclekhp
الوصف Automatic subtitle dubbing on YouTube.
حجم الملف 15.36 KB
عدد التثبيتات 7,370
النسخة الحالية 0.0.8
آخر تحديث 2022-10-17
تاريخ النشر 2021-07-04
تقييم 2.67/5 مجموع تقييمات 135
المطور tgaru
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://t.me/writeforhelp
اللغات المدعومة 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": [
                ""
            ]
        }
    ]
}