Web Content Filter (within your Browser)
A content filter for websites, emulating dansguardian’s score-based filter in JavaScript.
Web Content Filter (within your Browser)とは何ですか?
Web Content Filter (within your Browser)はserv.ing.appsによって開発されたChromeの拡張機能で、その主な機能は「A content filter for websites, emulating dansguardian’s score-based filter in JavaScript.」です。
拡張機能のスクリーンショット
Web Content Filter (within your Browser)拡張機能のCRXファイルをダウンロード
Web Content Filter (within your Browser)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Web Content Filter (within your Browser) |
ID | ojofglimbmclnbinpbjnhcmkmipplibi |
公式URL | https://chromewebstore.google.com/detail/web-content-filter-within/ojofglimbmclnbinpbjnhcmkmipplibi |
説明 | A content filter for websites, emulating dansguardian’s score-based filter in JavaScript. |
ファイルサイズ | 52.02 KB |
インストール数 | 320 |
現在のバージョン | 1.6.3 |
最終更新日 | 2019-12-01 |
公開日 | 2019-11-27 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | serv.ing.apps |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/serv-inc/jsguardian/issues |
対応言語 | 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", " |