Norton Home Page

Safely search the web from your home page on Chrome, with Norton. Stay away from phishing and other risky sites.

ما هو Norton Home Page؟

Norton Home Page هو إضافة Chrome تم تطويرها بواسطة https://norton.com، والميزة الرئيسية لها هي "Safely search the web from your home page on Chrome, with Norton. Stay away from phishing and other risky sites.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Norton Home Page

قم بتنزيل ملفات الامتداد Norton Home Page بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Installation of this extension is required to set Norton as your Home Page and New Tab page in Chrome. 

The Norton Home Page includes Norton Safe Search, which help protect you from identity thieves and online scams by warning you of dangerous sites when you search, shop, or browse online.

Norton Safe Search provides site safety ratings. These ratings indicate:

If the site is trusted.
If you should exercise additional caution; or
If the site is known to be malicious, which should be avoided.

For questions or issues please visit: https://community.norton.com

---

This extension uses permissions that produce the following Chrome messages to perform necessary functions within the extension.

“Read your browsing history” and “This extension can read and change your data on sites. You can control which sites the extension can access.”
Shown for permissions needed for creation and management of tabs and information from the extension’s installation page.

“Replace the page you see when opening a new tab.”
Shown for permissions needed for changing the new tab and home page to Norton Safe Search.

This extension also uses permissions that are not displayed in Chrome for performing certain functions within the extension:

“storage” permission
Used to store and retrieve settings data used by the extension.
---
By using this add-on, you agree to our License and Services Agreement (https://www.nortonlifelock.com/content/dam/nortonlifelock/pdfs/eulas/licensing-agreement/customer-agreement-en.pdf) and have read and acknowledge our Global Privacy Statement (https://www.nortonlifelock.com/us/en/privacy/global-privacy-statement/).

This add-on makes use of Google Analytics’s Measurement Protocol to transmit critical error and feature usage information to Google Analytics services.  NortonLifeLock uses Google Analytics services to maintain and improve this add-on, but the services are not operated by NortonLifeLock.

If you do not consent to this data collection and usage, please do not install this add-on or remove it if it is already installed.

This add-on sets parameters that Google provides to obfuscate your IP address when processing Google Analytics.

See more details here for our obligations to use Google Analytics, Google’s privacy practices, and Google's IP obfuscation support:

- https://developers.google.com/analytics/policy 
- https://support.google.com/analytics/answer/6004245
- https://support.google.com/analytics/answer/2763052

Copyright © 2022 NortonLifeLock Inc. All rights reserved. NortonLifeLock, the NortonLifeLock Logo, the Checkmark Logo, Norton, LifeLock, and the LockMan Logo are trademarks or registered trademarks of NortonLifeLock Inc. or its affiliates in the United States and other countries. Google Chrome is a trademark of Google, LLC. Other names may be trademarks of their respective owners.                    

معلومات أساسية عن التمديد

الاسم Norton Home Page Norton Home Page
ID mhffmephdchhhbfjmdpoaldedhhdanbn
عنوان URL الرسمي https://chromewebstore.google.com/detail/norton-home-page/mhffmephdchhhbfjmdpoaldedhhdanbn
الوصف Safely search the web from your home page on Chrome, with Norton. Stay away from phishing and other risky sites.
حجم الملف 3.04 MB
عدد التثبيتات 5,417,327
النسخة الحالية 3.22.0.17
آخر تحديث 2024-02-21
تاريخ النشر 2023-07-24
تقييم 2.97/5 مجموع تقييمات 422
المطور https://norton.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.nortonlifelock.com/privacy
اللغات المدعومة de,en,fr,nl,no,tr,da,es,it,hu,pl,pt-BR,ro,fi,sv,cs,el,ru,iw,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "Icon-16.png",
            "24": "Icon-24.png",
            "32": "Icon-32.png"
        }
    },
    "author": "NortonLifeLock Inc",
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "chrome_url_overrides": {
        "newtab": "homePageRedirect.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content\/libs\/uri.min.js",
                "content\/scripts\/SymBfwCS.js",
                "content\/scripts\/BfwNotificationCenterProxy.js",
                "content\/scripts\/NSSSDarkModeCS.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                "content\/scripts\/SymBfwCS.js",
                "content\/scripts\/NSSS_CS.js",
                "content\/scripts\/portalInstallFlowCS.js",
                "content\/scripts\/NSSSDarkModeCS.js",
                "content\/scripts\/webCommunication.js"
            ],
            "matches": [
                "https:\/\/*.norton.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "ContextInit.js",
                "content\/scripts\/SymBfwCS.js",
                "content\/scripts\/NSSS_CS.js",
                "content\/scripts\/NSSSDarkModeCS.js",
                "content\/scripts\/keepAssistHelper.js"
            ],
            "matches": [
                "https:\/\/nortonsafe.search.ask.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "content\/ui\/annotationStyles.css"
            ],
            "include_globs": [
                "https:\/\/*.google.*\/*",
                "https:\/\/nortonsafe.search.ask.com\/*",
                "https:\/\/*.adsensecustomsearchads.com\/*",
                "https:\/\/*.syndicatedsearch.goog\/*"
            ],
            "js": [
                "content\/libs\/react-latest.min.js",
                "content\/libs\/react-dom-latest.min.js",
                "content\/scripts\/SymBfwCS.js",
                "content\/scripts\/annotationCS.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "css": [
                "content\/ui\/annotationStyles.css"
            ],
            "include_globs": [
                "https:\/\/*.yahoo.*\/*"
            ],
            "js": [
                "content\/libs\/react-latest.min.js",
                "content\/libs\/react-dom-latest.min.js",
                "content\/scripts\/SymBfwCS.js",
                "content\/scripts\/annotationCS.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_hpDesc__",
    "host_permissions": [
        "https:\/\/*.norton.com\/*"
    ],
    "icons": {
        "128": "Icon-128.png",
        "16": "Icon-16.png",
        "32": "Icon-32.png",
        "48": "Icon-48.png",
        "64": "Icon-64.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "__MSG_hpName__",
    "optional_permissions": [
        "bookmarks",
        "favicon",
        "topSites"
    ],
    "options_page": "homePage.html?launchedOn=settingsClick",
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "alarms",
        "unlimitedStorage",
        "webRequest"
    ],
    "version": "3.22.0.17",
    "version_name": "3.22.0.17",
    "web_accessible_resources": [
        {
            "extension_ids": [],
            "matches": [
                ""
            ],
            "resources": [
                "content\/scripts\/*.js",
                "content\/libs\/*.js",
                "content\/ui\/content-page.css",
                "content\/ui\/homePage.css",
                "content\/ui\/*.html"
            ]
        }
    ]
}