uFilter
Don't get harrassed again. uFilter is a smart filter which filters profanity from webpage based on your choice
uFilter là gì?
uFilter là một tiện ích mở rộng Chrome được phát triển bởi rabimba, và tính năng chính của nó là "Don't get harrassed again. uFilter is a smart filter which filters profanity from webpage based on your choice".
Ả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 uFilter
Tải xuống các tệp mở rộng uFilter 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
## Made in HackRice 7.5. Read more here: https://devpost.com/software/ufilter ## uFilter is a smart web extension made to help people browse the web without seeing content they don't like to see. Bringing the power to choose what to see back to users. The main goal is to prevent online harassment and help users avoid seeing triggers while they browse the web. We strongly believe that no one online should have to worry about this. The process is simple and subtle: check off the type of content you want to avoid and let us handle the rest! Questionable content is blurred out, if you wish to see it nonetheless you can click to reveal the text.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fodkdomomfnijpdebiobandpijlnonig |
URL Chính Thức | https://chrome.google.com/webstore/detail/ufilter/fodkdomomfnijpdebiobandpijlnonig |
Mô tả | Don't get harrassed again. uFilter is a smart filter which filters profanity from webpage based on your choice |
Kích Thước Tệp | 286 KB |
Số Lần Cài Đặt | 104 |
Phiên Bản Hiện Tại | 0.0.0.2 |
Cập Nhật Lần Cuối | 2018-03-03 |
Ngày Phát Hành | 2018-03-03 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | rabimba |
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": "uFilter", "description": "Don't get harrassed again. uFilter is a smart filter which filters profanity from webpage based on your choice", "version": "0.0.0.2", "manifest_version": 2, "icons": { "16": "public\/img\/blocker-icon-16.png", "48": "public\/img\/blocker-icon-48.png", "128": "public\/img\/blocker-icon-128.png" }, "background": { "scripts": [ "bower_components\/firebase\/firebase.js", "background\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content\/searchDOM.js", "content\/blur.js", "content\/content.js", "bower_components\/sentimood\/sentimood.js" ], "run_at": "document_start" } ], "permissions": [ "tabs", "http:\/\/*\/*", "activeTab", "storage", "debugger", "contextMenus" ], "web_accessible_resources": [], "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com 'unsafe-eval'; object-src 'self'", "browser_action": { "default_title": "uFilter", "default_popup": "public\/index.html" } } |