100 Subtitles In One Minute

Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)

ما هو 100 Subtitles In One Minute؟

100 Subtitles In One Minute هو إضافة Chrome تم تطويرها بواسطة 100subtitlesin1min، والميزة الرئيسية لها هي "Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة 100 Subtitles In One Minute

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

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

                        Help people adding many subtitles to their Youtube videos automatically.

Now the Extention works only with VidIQ!

Contact [email protected] for queries                    

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

الاسم 100 Subtitles In One Minute 100 Subtitles In One Minute
ID jlkonphdbkcnnkjlaefgmfododjkkeng
عنوان URL الرسمي https://chromewebstore.google.com/detail/100-subtitles-in-one-minu/jlkonphdbkcnnkjlaefgmfododjkkeng
الوصف Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)
حجم الملف 33.19 KB
عدد التثبيتات 83
النسخة الحالية 2.5
آخر تحديث 2023-11-17
تاريخ النشر 2022-06-09
تقييم 5.00/5 مجموع تقييمات 2
المطور 100subtitlesin1min
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://100subtitles.com/
عنوان صفحة المساعدة https://100subtitles.com/support/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "100 Subtitles In One Minute",
    "version": "2.5",
    "description": "Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "64": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "style.css"
            ],
            "js": [
                "ExtPay.js",
                "script.js"
            ],
            "matches": [
                "*:\/\/studio.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ]
}