Smart Web Filter
A content filter that hides any user-defined topics on all web pages.
Smart Web Filter क्या है?
Smart Web Filter reto.imhof द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A content filter that hides any user-defined topics on all web pages."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Smart Web Filter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bhjmndmoehjnjgpkmbokmnplifghldlo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/smart-web-filter/bhjmndmoehjnjgpkmbokmnplifghldlo |
विवरण | A content filter that hides any user-defined topics on all web pages. |
फ़ाइल का आकार | 1.12 MB |
स्थापना संख्या | 147 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2016-09-06 |
प्रकाशन तिथि | 2016-09-06 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | reto.imhof |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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": [ " |