Netflix Subtitle Translator - Dual Subtitles

Subtitle translator for Netflix. Displays bilingual subtitles.

Netflix Subtitle Translator - Dual Subtitles là gì?

Netflix Subtitle Translator - Dual Subtitles là một tiện ích mở rộng Chrome được phát triển bởi https://netflix-dual-subtitles.com, và tính năng chính của nó là "Subtitle translator for Netflix. Displays bilingual subtitles.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Netflix Subtitle Translator - Dual Subtitles

Tải xuống các tệp mở rộng Netflix Subtitle Translator - Dual Subtitles 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

                        🎯 Netflix Subtitle Translator is a tool designed for translating subtitles in Netflix videos. It enhances the original Netflix subtitles by providing bilingual or dual subtitle options.

🌍 Netflix Subtitle Translator is capable of translating the official subtitles/captions of videos hosted on the site netflix.com into almost all widely used languages.

🛠 You have the flexibility to customize the styles of the subtitles. This includes setting styles for bilingual subtitles separately, such as font size, font color, font weight, opacity, background color, and more.

🚠 The subtitles are contained within a draggable box, allowing you to adjust their position according to your preference.

📂 Additionally, you can choose to download either the original or translated subtitles. With just one click, the subtitles will be saved to your local file.

👉 Key Features:
✅ Display bilingual subtitles
✅ Support customizable subtitle styles
✅ Draggable subtitle position
✅ Download subtitles with one click
✅ Full-screen support

🏗 If you have any questions, feel free to reach out to me at [email protected].                    

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

Tên Netflix Subtitle Translator - Dual Subtitles Netflix Subtitle Translator - Dual Subtitles
ID fkmkfpejabcjnabammjkhodkpjjbfipo
URL Chính Thức https://chromewebstore.google.com/detail/netflix-subtitle-translat/fkmkfpejabcjnabammjkhodkpjjbfipo
Mô tả Subtitle translator for Netflix. Displays bilingual subtitles.
Kích Thước Tệp 655 KB
Số Lần Cài Đặt 2,164
Phiên Bản Hiện Tại 2.8.0
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2023-09-11
Đánh Giá 4.28/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://netflix-dual-subtitles.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.netflix-dual-subtitles.com
URL Trang Chính Sách Bảo Mật https://www.netflix-dual-subtitles.com/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_fulltitle__",
    "description": "__MSG_ext_description__",
    "manifest_version": 3,
    "version": "2.8.0",
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "injW.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inj.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.netflix-dual-subtitles.com\/"
    ]
}