Web Guardian
Filters Websites and Web Content
Web Guardianとは何ですか?
Web Guardianはelyonisによって開発されたChromeの拡張機能で、その主な機能は「Filters Websites and Web Content」です。
拡張機能のスクリーンショット
Web Guardian拡張機能のCRXファイルをダウンロード
Web Guardian拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
*** Bug Fix *** A bug causing page flags necessarily has been fixed. Update to version 1.0.6 and reset default filter options to implement fix. Web Guardian is a real time web content filtering solution. It finds and blocks obscene words and restricts whole pages according to content concentration. Web Guardian offers complete filtering flexibility by allowing users to customize a domain white-list, domain black-list, and list of obscene words. In the list of obscene words, each blocked word is assigned a user chosen weight. These weights are summed to determine whether or not a site should be restricted. Web Guardian also does all of this in real time, meaning dynamically updated content (such as scrolling Facebook) is no problem. New words are detected and blocked as they come into existence. Web Guardian also features password restricted options so that changes may only be made by authorized personnel.
拡張機能の基本情報
名前 | Web Guardian |
ID | pjfphmbojlohmlllhdonekppepdpbkme |
公式URL | https://chromewebstore.google.com/detail/web-guardian/pjfphmbojlohmlllhdonekppepdpbkme |
説明 | Filters Websites and Web Content |
ファイルサイズ | 295 KB |
インストール数 | 742 |
現在のバージョン | 1.0.6 |
最終更新日 | 2016-04-21 |
公開日 | 2016-04-20 |
評価 | 4.33/5 合計 9 レビュー |
開発者 | elyonis |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Guardian", "description": "Filters Websites and Web Content", "version": "1.0.6", "browser_action": { "default_icon": "images\/icon48_bw.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png", "512": "images\/icon512.png" }, "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |