Netflix Subtitles Customizer

Ever got annoyed with netflix lack of subtitle options? This extension is for you.

Netflix Subtitles Customizer là gì?

Netflix Subtitles Customizer là một tiện ích mở rộng Chrome được phát triển bởi kwiniarski97, và tính năng chính của nó là "Ever got annoyed with netflix lack of subtitle options? This extension is for you.".

Ả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 Netflix Subtitles Customizer

Tải xuống các tệp mở rộng Netflix Subtitles Customizer 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 allows you to customize Netflix.com subtitles.
Features: 
-disable closed captions
-...                    

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

Tên Netflix Subtitles Customizer Netflix Subtitles Customizer
ID dfdonoicdcghnjdleacdfjkgpbdmmjnn
URL Chính Thức https://chromewebstore.google.com/detail/netflix-subtitles-customi/dfdonoicdcghnjdleacdfjkgpbdmmjnn
Mô tả Ever got annoyed with netflix lack of subtitle options? This extension is for you.
Kích Thước Tệp 29.16 KB
Số Lần Cài Đặt 146
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-10-09
Ngày Phát Hành 2018-10-09
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển kwiniarski97
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/kwiniarski97/netflix-sub-customizer
Ngôn Ngữ Được Hỗ Trợ en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Subtitles Customizer",
    "short_name": "NSC",
    "version": "1.0",
    "description": "Ever got annoyed with netflix lack of subtitle options? This extension is for you. ",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "js\/netflix.js"
            ]
        }
    ]
}