Norton Family

Norton Family helps you protect your kids so they can enjoy the Internet safely.

Τι είναι το Norton Family;

Το Norton Family είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον NortonLifeLock Inc, και η κύρια λειτουργία του είναι "Norton Family helps you protect your kids so they can enjoy the Internet safely.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Norton Family

Λήψη αρχείων επέκτασης Norton Family σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        If you are a Norton Family user, you’ll need to install this extension to continue monitoring your child’s activity on Google Chrome.
It gives you insights into their online activities so you can start a conversation about responsible online behaviors. Installing this chrome extension does not install Norton Family product on your windows device. Norton Family has to be installed separately and is a pre-requisite for this extension to work.

This add-on uses permissions that produce the following Chrome messages to perform necessary functions within the add-on.

“Read and change all your data on the website you visit”
Shown for permissions needed to monitor child web activities and also to display customized block page for websites that are not allowed as per the house rules configured by the parent. 

“Read your browsing history”
Shown for permissions needed to go back to the previous web page from customized block page. 

“Communicate with cooperating native applications”
Shown for permissions needed to communicate between the extension and the desktop application.

This add-on also uses permissions that are not displayed in Chrome to perform necessary functions within the add-on:
“declarativeNetRequest” – This is needed to identify top level and embedded URL's and also add additional headers which will be used by the Norton Family Product (native application).

By using this add-on, you are subject to the product terms specified here:
Terms and Conditions: https://family.norton.com/web/terms_conditions.jsp
Privacy Policy: https://www.nortonlifelock.com/privacy                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Norton Family Norton Family
ID napjheenlliimoedooldaalpjfidlidp
Επίσημο URL https://chromewebstore.google.com/detail/norton-family/napjheenlliimoedooldaalpjfidlidp
Περιγραφή Norton Family helps you protect your kids so they can enjoy the Internet safely.
Μέγεθος Αρχείου 59.31 KB
Αριθμός Εγκαταστάσεων 98,733
Τρέχουσα Έκδοση 3.9.0.17
Τελευταία Ενημέρωση 2023-07-17
Ημερομηνία Δημοσίευσης 2020-05-05
Αξιολόγηση 2.59/5 Συνολικά 258 Αξιολογήσεις
Προγραμματιστής NortonLifeLock Inc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.nortonlifelock.com/privacy
Υποστηριζόμενες Γλώσσες de,en,fr,nl,no,tr,da,es,es-419,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "3.9.0.17",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "Images\/NF_16x16.png",
        "32": "Images\/NF_32x32.png",
        "48": "Images\/NF_48x48.png",
        "128": "Images\/NF_128x128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "NF_Script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "docstart.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "serviceworker.js"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "nativeMessaging",
        "declarativeNetRequest",
        "scripting"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "httpruleset",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        ""
    ],
    "manifest_version": 3,
    "minimum_chrome_version": "88.0"
}