Fox Web Security
Protection from adult content (parental control) and from dangerous sites.
Fox Web Securityとは何ですか?
Fox Web SecurityはOviによって開発されたChromeの拡張機能で、その主な機能は「Protection from adult content (parental control) and from dangerous sites.」です。
拡張機能のスクリーンショット
Fox Web Security拡張機能のCRXファイルをダウンロード
Fox Web Security拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fox Web Security is designed to protect you and your children against the dangers of the Internet! This add-on automatically blocks known dangerous websites. It also can block unwanted content that is not suitable for children. In contrast to the existing add-ons - Fox Web Security is very small and run like the wind. But a high speed and small size do not mean that it will perform a bad job! Thanks to professionals in the anti-virus domain and the innovative algorithms of this add-on, Fox Web Security provides high-level protection. This add-on provides protection from web threats and restricts access to adult content on the basis of information from well-known, safe and free DNS servers: * FoxDNS: https://foxdns.pro/ (Security + Anti-Pornography) * Yandex.DNS: https://dns.yandex.com/ (Security + Family) * OpenDNS : https://www.opendns.com/ (Family Shield) * Comodo DNS : https://www.comodo.com/secure-dns/ (Security + Pornography) * Also you can use any secure DNS! More details: https://www.s3blog.org/fox-web-security/secure-dns.html To protect you against the dangers that lie on the Internet, Fox Web Security does not transmit or store any personal data -- all the protection is built on a danger level definition based on the domain name. Therefore, there are limitations: * the add-on does not check the safety of a query to the IP address of a site e.g.: http://10.10.10.0/index.html * the add-on does not check the safety of a local domain name query e.g.: http://mydomain.localhost/index.html * the add-on does not check the content of the transmitted data e.g. a virus-infected file * the add-on can not perform correctly if you or your ISP is blocking access to the DNS servers used by Fox Web Security * the add-on only protects you from accessing dangerous sites; it does not replace an anti-virus, but enhances its functionality * the add-on (as well as anti-virus software) does not guarantee 100% protection and its use does not prevent observing basic security rules on the Internet Fox Web Security does not guarantee the accuracy of the blocked websites list when using the service (in particular, it does not guarantee that websites that aren't blocked don't contain, distribute, or redirect to malicious code or software, or is prevented from displaying scam/erotic/pornographic content, and vice versa). Fox Web Security can't be held liable for any damage, direct or indirect, caused to the user or any third party from the use or inability to use the service, including but not limited to damages caused by the inaccuracy of the blocked websites list when using the service. Fox Web Security expresses its gratitude to the owners of the aforementioned DNS servers, that provide security for users! Hint! * You can use the mask " * " at the beginning of the domain name for the blacklist and whitelist * In the black and white lists, you can use both domain names and IP-addresses * Password protection: * Locked: Fox Web Security -> Settings * Locked: Browser -> Settings * Locked: Browser -> Extensions * Locked: Browser -> Apps * Locked: Browser -> Flags The following little keywords are at the request of those who can't remember the name "Fox Web Security" and want searches to work. It takes adult control, parental control, web filter.
拡張機能の基本情報
名前 | |
ID | phodapffhgifgfppmcddhdaakbkkhkdk |
公式URL | https://chrome.google.com/webstore/detail/fox-web-security/phodapffhgifgfppmcddhdaakbkkhkdk |
説明 | Protection from adult content (parental control) and from dangerous sites. |
ファイルサイズ | 140 KB |
インストール数 | 2,861 |
現在のバージョン | 4.5 |
最終更新日 | 2021-11-24 |
公開日 | 2017-04-11 |
評価 | 3.47/5 合計 62 レビュー |
開発者 | Ovi |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.s3blog.org/fox-web-security.html |
プライバシーポリシーページのURL | http://www.s3blog.org/screengrab/privacy.html |
対応言語 | de,en,fr,it,pl,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "short_name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "author": "Oleksandr Popov", "version": "4.5", "minimum_chrome_version": "45", "default_locale": "en", "applications": { "gecko": { "id": "foxweb@security" } }, "browser_action": { "default_icon": { "16": "skin\/foxsecurity_gray_16.png" }, "default_popup": "content\/popup.html" }, "background": { "scripts": [ "background.js", "\/resource\/utils.js", "\/resource\/i18n.js", "\/resource\/prefs.js", "\/resource\/dns_servers.js", "\/resource\/punycode.js", "\/content\/header.js" ] }, "options_ui": { "page": "content\/options.html", "chrome_style": false, "open_in_tab": true }, "permissions": [ "contextMenus", "notifications", "storage", "tabs", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "skin\/foxsecurity_16.png", "32": "skin\/foxsecurity_32.png", "48": "skin\/foxsecurity_48.png", "64": "skin\/foxsecurity_64.png", "128": "skin\/foxsecurity_128.png" } } |