Remove Netflix Subtitles
Hide any Netflix subtitles, regardless if Netflix's player shows the 'Off' button or not
Remove Netflix Subtitles là gì?
Remove Netflix Subtitles là một tiện ích mở rộng Chrome được phát triển bởi Anderson Queiroz, và tính năng chính của nó là "Hide any Netflix subtitles, regardless if Netflix's player shows the 'Off' button or not".
Ả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 Remove Netflix Subtitles
Tải xuống các tệp mở rộng Remove Netflix 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
Hide any Netflix subtitles, regardless if Netflix's player shows the 'Off' button or not.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remove Netflix Subtitles |
ID | aoocobbmjfikbnjmjhkikjkehbkeaadk |
URL Chính Thức | https://chromewebstore.google.com/detail/remove-netflix-subtitles/aoocobbmjfikbnjmjhkikjkehbkeaadk |
Mô tả | Hide any Netflix subtitles, regardless if Netflix's player shows the 'Off' button or not |
Kích Thước Tệp | 15.34 KB |
Số Lần Cài Đặt | 123 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2016-09-02 |
Ngày Phát Hành | 2016-09-01 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Anderson Queiroz |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/AndersonQ/remove-netflix-subtitles |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove Netflix Subtitles", "short_name": "Remove Netflix Subtitles", "description": "Hide any Netflix subtitles, regardless if Netflix's player shows the 'Off' button or not", "version": "1.0.0", "minimum_chrome_version": "11", "icons": { "16": "img\/subtitleGreen.png", "128": "img\/subtitleOnOff.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_title": "Hide\/Show Netflix subtitles" }, "permissions": [ "activeTab", "declarativeContent" ] } |