Fox Web Security
Protection from adult content (parental control) and from dangerous sites.
Qu'est-ce que Fox Web Security ?
Fox Web Security est une extension Chrome développée par Ovi, et sa fonction principale est "Protection from adult content (parental control) and from dangerous sites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Fox Web Security
Téléchargez les fichiers d'extension Fox Web Security au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | phodapffhgifgfppmcddhdaakbkkhkdk |
URL Officiel | https://chrome.google.com/webstore/detail/fox-web-security/phodapffhgifgfppmcddhdaakbkkhkdk |
Description | Protection from adult content (parental control) and from dangerous sites. |
Taille du Fichier | 140 KB |
Nombre d'Installations | 2,861 |
Version Actuelle | 4.5 |
Dernière Mise à Jour | 2021-11-24 |
Date de Publication | 2017-04-11 |
Évaluation | 3.47/5 Total 62 Évaluations |
Développeur | Ovi |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.s3blog.org/fox-web-security.html |
URL de la Page de Politique de Confidentialité | http://www.s3blog.org/screengrab/privacy.html |
Langues Prises en Charge | 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" } } |