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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ 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"
    ]
}