Better YouTube Subtitles

Adds more customization options to YouTube subtitles.

ما هو Better YouTube Subtitles؟

Better YouTube Subtitles هو إضافة Chrome تم تطويرها بواسطة 54ac، والميزة الرئيسية لها هي "Adds more customization options to YouTube subtitles.".

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

screenshot
screenshot

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

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

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

                        Adds more customization options to YouTube subtitles. It is fully compatible with existing YouTube subtitles, as it merely changes their appearance using CSS and does not replace them.

Access the options either as you normally would in the browser or by clicking the "Advanced" button in the subtitle options menu in the YouTube player, mess around with the options, refresh any opened YouTube pages, and enjoy.

Please note that the text stroke option is not supported by Chrome.                    

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

الاسم Better YouTube Subtitles Better YouTube Subtitles
ID ponocngkmjmakpleolejgelipolkmalm
عنوان URL الرسمي https://chromewebstore.google.com/detail/better-youtube-subtitles/ponocngkmjmakpleolejgelipolkmalm
الوصف Adds more customization options to YouTube subtitles.
حجم الملف 15.02 KB
عدد التثبيتات 70
النسخة الحالية 1.1.7
آخر تحديث 2024-02-13
تاريخ النشر 2023-07-06
تقييم 3.50/5 مجموع تقييمات 2
المطور 54ac
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/54ac/yt-subtitles/
اللغات المدعومة en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better YouTube Subtitles",
    "version": "1.1.7",
    "description": "__MSG_extText__",
    "manifest_version": 3,
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content-script.e80e370b.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "options_ui": {
        "page": "options.e85c3684.html"
    },
    "background": {
        "service_worker": "background.ea98cbe0.js"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icon-48.3eb7af92.png",
        "96": "icon-96.ffa96924.png"
    }
}