Norton Safe Search Enhanced

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

Norton Safe Search Enhanced란 무엇입니까?

Norton Safe Search Enhanced은(는) https://searchsafe.norton.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search safely online by enabling Norton Safe Search Enhanced as your default search provider for maximum protection on Chrome."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Norton Safe Search Enhanced 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Norton Safe Search Enhanced updates your Chrome's default search provider, home page, and new tab page settings for complete protection. 

Help protect yourself from phishing sites, malware distribution sites, and other potentially risky sites while you search, shop, or browse online.

Norton Safe Search Enhanced provides you added peace of mind from online threats by: 

1.Providing you with safety ratings on search results
2.Blocking malicious sites which may be used for phishing or malware distribution
3. Letting you know which shopping sites are safe

---

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

“Read and change all your data on the websites you visit”
Shown for permissions needed for detecting online risks on all types of pages you browse.

“Read your browsing history”
Shown for permissions needed for:
- displaying a block page when risky content is detected.
- displaying site safety rating information reliably during tab manipulations by Chrome or the user.

“Manage your downloads”
Shown for permission needed for removing malicious downloads.

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

“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.

“Display notifications”
Shown for permissions needed for showing alerts when important changes happen for protection activity or when authentication is required for certain features.

“New background app added
Norton Safe Search will launch at system startup and continue to run in the background, even once you've closed all other Google Chrome windows.”
Shown for permission used to keep the extension running in order to quicken startup times.

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

“webRequest” and “webRequestBlocking” permissions
Needed for:
- accessing low-level data when browsing websites to help block certain threats.
- performing authentication for certain features.

“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 © 2021 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 Enhanced Norton Safe Search Enhanced
ID eoigllimhcllmhedfbmahegmoakcdakd
공식 URL https://chromewebstore.google.com/detail/norton-safe-search-enhanc/eoigllimhcllmhedfbmahegmoakcdakd
설명 Search safely online by enabling Norton Safe Search Enhanced as your default search provider for maximum protection on Chrome.
파일 크기 5.87 MB
설치 횟수 215,917
현재 버전 3.20.0.21
최근 업데이트 2023-06-16
출시 날짜 2020-06-27
평점 3.34/5 총 82 개의 평점
개발자 https://searchsafe.norton.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL 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": "content\/images\/[email protected]",
        "default_popup": "content\/ui\/popup.html",
        "default_title": "__MSG_3in1Name__"
    },
    "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": "Norton",
            "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}"
        }
    },
    "chrome_url_overrides": {
        "newtab": "homePageRedirect.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/libs\/uri.min.js",
                "content\/libs\/levenshtein.min.js",
                "content\/scripts\/SymBfwCS.js",
                "content\/scripts\/NSSS_CS.js",
                "content\/scripts\/ClientEvents.js",
                "content\/scripts\/SymWaxCS.js",
                "content\/scripts\/beforeLoad.js"
            ],
            "match_about_blank": false,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "content\/scripts\/initCreditCardJS.js",
                "content\/libs\/creditcard.min.js",
                "content\/scripts\/SymBfwCS.js",
                "content\/scripts\/NSSSCCTelemetryCS.js"
            ],
            "match_about_blank": false,
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "include_globs": [
                "https:\/\/*.google.*\/*",
                "https:\/\/nortonsafe.search.ask.com\/*"
            ],
            "js": [
                "content\/scripts\/NSSS_CS.js",
                "content\/libs\/react-latest.min.js",
                "content\/libs\/react-dom-latest.min.js",
                "content\/scripts\/annotationCS.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "content\/scripts\/SymBfwCS.js",
                "content\/scripts\/NSSS_CS.js",
                "content\/scripts\/portalInstallFlowCS.js",
                "content\/scripts\/webCommunication.js"
            ],
            "matches": [
                "https:\/\/*.norton.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "content\/scripts\/SymBfwCS.js",
                "content\/scripts\/portalInstallFlowCS.js",
                "content\/scripts\/webCommunication.js",
                "content\/scripts\/NSSS_CS.js"
            ],
            "matches": [
                "https:\/\/secure.norton.myway.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "content\/scripts\/SymBfwCS.js",
                "content\/scripts\/BfwNotificationCenterProxy.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "content\/scripts\/SymBfwCS.js",
                "content\/scripts\/SymWaxCS.js",
                "content\/scripts\/SafeWebCS.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "content\/scripts\/keepAssistHelper.js",
                "content\/scripts\/keepAssistDSP.js"
            ],
            "matches": [
                "https:\/\/nortonsafe.search.ask.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "content\/libs\/avl.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_3in1Desc__",
    "host_permissions": [
        ""
    ],
    "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_3in1Name__",
    "options_page": "content\/ui\/settings.html",
    "permissions": [
        "tabs",
        "background",
        "webNavigation",
        "storage",
        "scripting",
        "alarms",
        "webRequest",
        "declarativeNetRequest",
        "downloads",
        "notifications"
    ],
    "version": "3.20.0.21",
    "version_name": "3.20.0.21",
    "web_accessible_resources": [
        {
            "extension_ids": [],
            "matches": [
                ""
            ],
            "resources": [
                "content\/images\/*.png",
                "content\/images\/*.svg",
                "content\/images\/fireglass\/*.png",
                "content\/images\/fireglass\/*.svg",
                "content\/scripts\/*.js",
                "content\/libs\/*.js",
                "_locales\/*",
                "content\/ui\/content-page.css",
                "content\/ui\/fireglass\/*.html",
                "content\/ui\/styles\/fireglass\/*.css",
                "content\/ui\/*.html"
            ]
        }
    ]
}