Norton Safe Search

Search safely online by enabling Norton Safe Search as your default search provider for maximum protection on Chrome.

ما هو Norton Safe Search؟

Norton Safe Search هو إضافة Chrome تم تطويرها بواسطة https://norton.com، والميزة الرئيسية لها هي "Search safely online by enabling Norton Safe Search as your default search provider for maximum protection on Chrome.".

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

screenshot

تحميل ملف CRX للإضافة Norton Safe Search

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

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

                        Norton Safe Search helps 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 you added peace of mind by showing site safety ratings when a search by showing, 

1. If the site is Trusted 

2. If you should exercise additional caution 

3. If the site is known to be malicious, which should be avoided.

---

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

“Read your browsing history”
Shown for permissions needed for creation and management of tabs and information from the extension’s installation page.

“This extension can read and change your data on sites. You can control which sites the extension can access.”
Shown for permissions needed for exchange of configuration information for performing safety markup on search results.

“Change your search settings to: searchsafe.norton.com”
Shown for permissions needed for delivery of search results through the Norton Safe Search service.

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

“webRequest” permission
Used to obtain search terms from the omnibar/address bar.

“webRequestBlocking” permission
Used to add data needed to perform safety markup on search results.

“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 Safe Search Norton Safe Search
ID mpnlkmlkncncpgnnkmkgoobfpnjmblnk
عنوان URL الرسمي https://chromewebstore.google.com/detail/norton-safe-search/mpnlkmlkncncpgnnkmkgoobfpnjmblnk
الوصف Search safely online by enabling Norton Safe Search as your default search provider for maximum protection on Chrome.
حجم الملف 2.21 MB
عدد التثبيتات 6,321,020
النسخة الحالية 3.22.0.17
آخر تحديث 2024-02-21
تاريخ النشر 2023-07-24
تقييم 2.83/5 مجموع تقييمات 161
المطور 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_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/searchsafe.norton.com\/img\/logoicon.ico",
            "is_default": true,
            "keyword": "nortonsafe",
            "name": "Norton Safe",
            "search_url": "https:\/\/searchsafe.norton.com\/search?omnisearch=yes&q={searchTerms}",
            "suggest_url": "https:\/\/ss-sym.search.ask.com\/ss?limit=10&li=ff&hl=__MSG_langCodeIAC__&q={searchTerms}"
        }
    },
    "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": false,
            "js": [
                "content\/scripts\/keepAssistDSP.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_dsDesc__",
    "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_dsName__",
    "options_page": "content\/ui\/settings.html",
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "alarms",
        "declarativeNetRequest",
        "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"
            ]
        }
    ]
}