Netflix Unsubtitler

Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…

Netflix Unsubtitler là gì?

Netflix Unsubtitler là một tiện ích mở rộng Chrome được phát triển bởi Guilherme D, và tính năng chính của nó là "Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…".

Tải xuống tệp CRX của tiện ích mở rộng Netflix Unsubtitler

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

                        Netflix somehow thinks it makes sense to not allow you to turn subtitles off even when you are completely capable of understanding the presented language, so I decided to make an extension to *fix* it.                    

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

Tên Netflix Unsubtitler Netflix Unsubtitler
ID boompmnhhkfjlgclfdjngnonbmafoecb
URL Chính Thức https://chrome.google.com/webstore/detail/netflix-unsubtitler/boompmnhhkfjlgclfdjngnonbmafoecb
Mô tả Allows you to remove Netflix subtitles when they won't allow you to do so. This is done by simply blocking requests to…
Kích Thước Tệp 11.82 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2013-09-05
Ngày Phát Hành 2013-09-05
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Guilherme D
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.0.2",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.akam.nflximg.com\/soa2\/*"
    ],
    "background": {
        "scripts": [
            "unsubtitler.js"
        ]
    }
}