Smart Web Filter
A content filter that hides any user-defined topics on all web pages.
Smart Web Filter là gì?
Smart Web Filter là một tiện ích mở rộng Chrome được phát triển bởi reto.imhof, và tính năng chính của nó là "A content filter that hides any user-defined topics on all web pages.".
Ả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 Smart Web Filter
Tải xuống các tệp mở rộng Smart Web 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
The internet consists of a range of different undesired information. Besides advertising or spam there is also other content, which specific users do not ant to read about. While some do not want to see spoilers about the last episode of Game of Thrones, others may watch the finals of the European Championship one day later and therefore do not want to be informed about the result. Apart from that, there is a lot of annoying and uninteresting information as well, for example news about the private life of some celebrities. We introduce a web filter that takes undesired topics of the user as input and finds related terms using Wikidata. After applying our filtering algorithm, unwanted content is hidden and the user can decide to unhide it, if he wants to see it anyway. Our system managed to hide nearly 90% of chosen undesired topics of different types on 200 web pages. By only considering topics of specific types the system was able to filter 97% of the unwanted content.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bhjmndmoehjnjgpkmbokmnplifghldlo |
URL Chính Thức | https://chrome.google.com/webstore/detail/smart-web-filter/bhjmndmoehjnjgpkmbokmnplifghldlo |
Mô tả | A content filter that hides any user-defined topics on all web pages. |
Kích Thước Tệp | 1.12 MB |
Số Lần Cài Đặt | 147 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2016-09-06 |
Ngày Phát Hành | 2016-09-06 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | reto.imhof |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Web Filter", "description": "A content filter that hides any user-defined topics on all web pages.", "version": "2.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon36.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |