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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |