Netflix Subtitle Options

Netflix Subtitle Options - Improve the visibility of Netflix subtitles

Netflix Subtitle Options là gì?

Netflix Subtitle Options là một tiện ích mở rộng Chrome được phát triển bởi Alex Rodin, và tính năng chính của nó là "Netflix Subtitle Options - Improve the visibility of Netflix subtitles".

Ả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 Netflix Subtitle Options

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

                        It allows you to configure readable color, background color and font size.                    

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

Tên Netflix Subtitle Options Netflix Subtitle Options
ID njkchmhhbhjahniclpoegjnfmkdlbfic
URL Chính Thức https://chrome.google.com/webstore/detail/netflix-subtitle-options/njkchmhhbhjahniclpoegjnfmkdlbfic
Mô tả Netflix Subtitle Options - Improve the visibility of Netflix subtitles
Kích Thước Tệp 9.9 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2017-11-14
Ngày Phát Hành 2017-11-14
Đánh Giá 3.92/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Alex Rodin
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.htm"
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.htm",
        "default_title": "Netflix Subtitle Options"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Netflix Subtitle Options - Improve the visibility of Netflix subtitles",
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "Netflix Subtitle Options",
    "permissions": [
        "tabs",
        "unlimitedStorage"
    ],
    "version": "0.0.2"
}