Netflix profanity filter
By Frederik de Vree
Netflix profanity filter là gì?
Netflix profanity filter là một tiện ích mở rộng Chrome được phát triển bởi frederikdevree, và tính năng chính của nó là "By Frederik de Vree".
Ả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 Netflix profanity filter
Tải xuống các tệp mở rộng Netflix profanity filter 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 filters profanity words in Netflix. It both censors the subtitles and mutes the audio on the appropriate sentence. With customizable profanity word list. To use this, subtitles in Netflix need to be turned on. Because the filtering is based on the subtitles, make sure you add profanity words to the list in the language of the subtitles.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Netflix profanity filter |
ID | maljbdebgffplibkcchbjahfjhppkpmp |
URL Chính Thức | https://chromewebstore.google.com/detail/netflix-profanity-filter/maljbdebgffplibkcchbjahfjhppkpmp |
Mô tả | By Frederik de Vree |
Kích Thước Tệp | 71.38 KB |
Số Lần Cài Đặt | 5,613 |
Phiên Bản Hiện Tại | 2.2.2 |
Cập Nhật Lần Cuối | 2015-12-31 |
Ngày Phát Hành | 2015-12-31 |
Đánh Giá | 3.17/5 Tổng số 71 Đánh Giá |
Nhà Phát Triển | frederikdevree |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix profanity filter", "version": "2.2.2", "manifest_version": 2, "icons": { "48": "icon48.png", "128": "icon128.png" }, "description": "By Frederik de Vree", "permissions": [ "storage" ], "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "jquery-2.1.4.min.js", "content.js" ], "run_at": "document_idle" } ] } |