Fox Web Security

Protection from adult content (parental control) and from dangerous sites.

O que é Fox Web Security?

Fox Web Security é uma extensão do Chrome desenvolvida por Ovi, e sua principal característica é "Protection from adult content (parental control) and from dangerous sites.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Fox Web Security

Baixe arquivos de extensão Fox Web Security no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Fox Web Security Fox Web Security
ID phodapffhgifgfppmcddhdaakbkkhkdk
URL Oficial https://chrome.google.com/webstore/detail/fox-web-security/phodapffhgifgfppmcddhdaakbkkhkdk
Descrição Protection from adult content (parental control) and from dangerous sites.
Tamanho do Arquivo 140 KB
Contagem de Instalações 2,861
Versão Atual 4.5
Última Atualização 2021-11-24
Data de Publicação 2017-04-11
Classificação 3.47/5 Total de 62 Avaliações
Desenvolvedor Ovi
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.s3blog.org/fox-web-security.html
URL da Página de Política de Privacidade http://www.s3blog.org/screengrab/privacy.html
Idiomas Suportados 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"
    }
}