Disney Plus Multi Subtitles
Dual Subtitles for Disney Plus
Disney Plus Multi Subtitles là gì?
Disney Plus Multi Subtitles là một tiện ích mở rộng Chrome được phát triển bởi https://athikannn.com, và tính năng chính của nó là "Dual Subtitles for Disney Plus".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Disney Plus Multi Subtitles
Tải xuống các tệp mở rộng Disney Plus Multi 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
This extension creates 2 subtitles, can choose the language Features: - Enable dual subtitles in available languages. (Including subtitles according to the picture, such as English, Thai, Chinese…) - Seamless integration with the original Disney Plus player UI - Switchable languages - Free to use Supported Websites: - Disney Plus
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Disney Plus Multi Subtitles |
ID | mlignnglbafbhcekenpnmoodokopnenj |
URL Chính Thức | https://chromewebstore.google.com/detail/disney-plus-multi-subtitl/mlignnglbafbhcekenpnmoodokopnenj |
Mô tả | Dual Subtitles for Disney Plus |
Kích Thước Tệp | 28.72 KB |
Số Lần Cài Đặt | 84 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2023-12-09 |
Ngày Phát Hành | 2023-11-11 |
Nhà Phát Triển | https://athikannn.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://athikannn.com/privacy-policy-disney-plus-multi-subtitles-extension |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disney Plus Multi Subtitles", "description": "Dual Subtitles for Disney Plus", "homepage_url": "https:\/\/athikannn.com", "version": "1.0.3", "manifest_version": 3, "content_scripts": [ { "run_at": "document_start", "js": [ "before.js" ], "matches": [ "https:\/\/*.hotstar.com\/*" ] }, { "run_at": "document_idle", "js": [ "after.js" ], "matches": [ "https:\/\/*.hotstar.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "modal.html" ], "matches": [ "https:\/\/*.hotstar.com\/*" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.hotstar.com\/*" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |