YouTube Subtitles Simultaneously

Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.

ما هو YouTube Subtitles Simultaneously؟

YouTube Subtitles Simultaneously هو إضافة Chrome تم تطويرها بواسطة Sách Mềm، والميزة الرئيسية لها هي "Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.".

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

screenshot
screenshot

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

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

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

                        Display subtitles of YouTube movies at the same time in multiple languages.
Show subtitles of YouTube simultaneously.                    

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

الاسم YouTube Subtitles Simultaneously YouTube Subtitles Simultaneously
ID haokcfniojcjooooonocnfbibkeckgpb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/youtube-subtitles-simulta/haokcfniojcjooooonocnfbibkeckgpb
الوصف Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.
حجم الملف 61.39 KB
عدد التثبيتات 5,000
النسخة الحالية 1.0.1
آخر تحديث 2019-06-09
تاريخ النشر 2019-06-08
تقييم 4.22/5 مجموع تقييمات 27
المطور Sách Mềm
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/1wO_vmJ_Zd-gY0_2ttbLtM20eeNdL22qsdB8bQa5hAsM/edit
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Subtitles Simultaneously",
    "description": "Display subtitles of YouTube movies at the same time in multiple languages. Show subtitles of YouTube simultaneously.",
    "author": "NTH",
    "version": "1.0.1",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "s.css"
            ],
            "js": [
                "jquery.js",
                "cookie.js",
                "data.js",
                "extension.js"
            ]
        }
    ],
    "manifest_version": 2
}