Web Content Filter (within your Browser)
A content filter for websites, emulating dansguardian’s score-based filter in JavaScript.
What is Web Content Filter (within your Browser)?
Web Content Filter (within your Browser) is a Chrome extension developed by serv.ing.apps, and its main feature is "A content filter for websites, emulating dansguardian’s score-based filter in JavaScript.".
Extension Screenshots
Download Web Content Filter (within your Browser) Extension CRX File
Download Web Content Filter (within your Browser) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A rule-based content filter inside your browser. The rules are taken from e2guardian: It has a number of key words, which it tries to find on the web page. For each word found, a score is incremented. If a certain limit is passed, the page is blocked. You can set values via managed storage administratively. You can customize the block page. See https://www.patreon.com/posts/web-content-1-3-20710067.
Extension Basic Information
Name | Web Content Filter (within your Browser) |
ID | ojofglimbmclnbinpbjnhcmkmipplibi |
Official URL | https://chromewebstore.google.com/detail/web-content-filter-within/ojofglimbmclnbinpbjnhcmkmipplibi |
Description | A content filter for websites, emulating dansguardian’s score-based filter in JavaScript. |
File Size | 52.02 KB |
Installation Count | 320 |
Current Version | 1.6.3 |
Last Updated | 2019-12-01 |
Publish Date | 2019-11-27 |
Rating | 5.00/5 Total 4 Ratings |
Developer | serv.ing.apps |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/serv-inc/jsguardian/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Content Filter (within your Browser)", "version": "1.6.3", "description": "A content filter for websites, emulating dansguardian\u2019s score-based filter in JavaScript.", "short_name": "Web Content Filter", "author": "serv-inc", "homepage_url": "https:\/\/github.com\/serv-inc\/JSGuardian", "applications": { "gecko": { "id": "@wsf" } }, "icons": { "128": "filter.png" }, "permissions": [ "tabs", " |