Disney Plus Subtitle Preference

Change the size and color of disney plus subtitle

Disney Plus Subtitle Preference là gì?

Disney Plus Subtitle Preference là một tiện ích mở rộng Chrome được phát triển bởi iSaad97, và tính năng chính của nó là "Change the size and color of disney plus subtitle".

Ả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 Disney Plus Subtitle Preference

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

                        A plugin to change the subtitle preference for Disney plus platform                    

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

Tên Disney Plus Subtitle Preference Disney Plus Subtitle Preference
ID ebggolcigohbpkbiphhblijpcagnmahn
URL Chính Thức https://chromewebstore.google.com/detail/disney-plus-subtitle-pref/ebggolcigohbpkbiphhblijpcagnmahn
Mô tả Change the size and color of disney plus subtitle
Kích Thước Tệp 76.04 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2022-10-16
Ngày Phát Hành 2022-06-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển iSaad97
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/iSaad97/Disney-Plus-Subtitle-Preference
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disney Plus Subtitle Preference",
    "version": "0.0.2",
    "description": "Change the size and color of disney plus subtitle",
    "manifest_version": 3,
    "action": {
        "default_popup": ".\/index.html",
        "default_title": "Disney Plus Subtitle Preference"
    },
    "icons": {
        "16": ".\/icons\/icon-72x72.png",
        "32": ".\/icons\/icon-96x96.png",
        "48": ".\/icons\/icon-128x128.png",
        "128": ".\/icons\/icon-144x144.png"
    },
    "homepage_url": "https:\/\/github.com\/iSaad97\/Disney-plus-subtitle-changer",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.apps.disneyplus.com\/*",
                "https:\/\/www.disneyplus.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ]
}