Fox Web Security

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

Vad är Fox Web Security?

Fox Web Security är en Chrome-tillägg utvecklad av Ovi, och dess huvudfunktion är "Protection from adult content (parental control) and from dangerous sites.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Fox Web Security-förlängningens CRX-fil

Ladda ner Fox Web Security-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Fox Web Security Fox Web Security
ID phodapffhgifgfppmcddhdaakbkkhkdk
Officiell webbadress https://chrome.google.com/webstore/detail/fox-web-security/phodapffhgifgfppmcddhdaakbkkhkdk
Beskrivning Protection from adult content (parental control) and from dangerous sites.
Filstorlek 140 KB
Antal Installationer 2,861
Aktuell Version 4.5
Senast Uppdaterad 2021-11-24
Publiceringsdatum 2017-04-11
Betyg 3.47/5 Totalt 62 Betyg
Utvecklare Ovi
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.s3blog.org/fox-web-security.html
URL till Sekretesspolicy Sidan http://www.s3blog.org/screengrab/privacy.html
Stödda Språk 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"
    }
}