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 là gì?

100 Subtitles In One Minute là một tiện ích mở rộng Chrome được phát triển bởi 100subtitlesin1min, và tính năng chính của nó là "Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 100 Subtitles In One Minute

Tải xuống các tệp mở rộng 100 Subtitles In One Minute dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Help people adding many subtitles to their Youtube videos automatically.

Now the Extention works only with VidIQ!

Contact [email protected] for queries                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 100 Subtitles In One Minute 100 Subtitles In One Minute
ID jlkonphdbkcnnkjlaefgmfododjkkeng
URL Chính Thức https://chromewebstore.google.com/detail/100-subtitles-in-one-minu/jlkonphdbkcnnkjlaefgmfododjkkeng
Mô tả Add 100 subtitles + to your Youtube videos automatically in no time (depends on your wi-fi connection)
Kích Thước Tệp 33.19 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 2.5
Cập Nhật Lần Cuối 2023-11-17
Ngày Phát Hành 2022-06-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển 100subtitlesin1min
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://100subtitles.com/
URL Trang Trợ Giúp https://100subtitles.com/support/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}