Disney+ Dual Subtitles - Subtitle Translator

Subtitle translator for DisneyPlus. Displays bilingual subtitles.

Disney+ Dual Subtitles - Subtitle Translator là gì?

Disney+ Dual Subtitles - Subtitle Translator là một tiện ích mở rộng Chrome được phát triển bởi Auro, và tính năng chính của nó là "Subtitle translator for DisneyPlus. Displays bilingual subtitles.".

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

screenshot

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

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

                        🎯 Introducing DisneyPlus Subtitle Translator, a specialized tool crafted for DisneyPlus videos. This unique subtitle translator enhances the original DisneyPlus subtitles by providing bilingual or dual subtitles.

🌍 DisneyPlus Subtitle Translator can seamlessly translate the official subtitles or captions of videos hosted on disneyplus.com into a wide array of commonly used languages. 

🛠 Customize the subtitles to your liking with adjustable styles. You have the flexibility to set styles for bilingual subtitles independently, including options such as font size, font color, font weight, opacity, and background color.

🚠 The subtitles are housed within a draggable box, allowing you to effortlessly adjust their position according to your preferences.

👉 Key Features:
✅ Display bilingual subtitles
✅ Support for most languages
✅ Adjustable subtitle styles
✅ Draggable subtitle position
✅ Full-screen support
✅ No need to set up every time

🏗 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 Disney+ Dual Subtitles - Subtitle Translator Disney+ Dual Subtitles - Subtitle Translator
ID ojhgmkdbdcgmgcioandnlaabnhofbnel
URL Chính Thức https://chromewebstore.google.com/detail/disney+-dual-subtitles-su/ojhgmkdbdcgmgcioandnlaabnhofbnel
Mô tả Subtitle translator for DisneyPlus. Displays bilingual subtitles.
Kích Thước Tệp 523 KB
Số Lần Cài Đặt 278
Phiên Bản Hiện Tại 1.12.0
Cập Nhật Lần Cuối 2023-12-30
Ngày Phát Hành 2023-12-30
Nhà Phát Triển Auro
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://tin-hexagon-ed3.notion.site/Privacy-Policy-02eced0565514dc691df8b720c2f8ae0
Ngôn Ngữ Được Hỗ Trợ en,vi,es,pt-BR,pt-PT,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": "1.12.0",
    "permissions": [
        "storage",
        "cookies"
    ],
    "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:\/\/*.disneyplus.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.disneyplus.com\/*"
            ],
            "js": [
                "injWrapper.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inj.js"
            ],
            "matches": [
                "https:\/\/www.disneyplus.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/disneyplus.subtrans.cc\/*"
        ]
    },
    "host_permissions": []
}