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

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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": {
            "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"
            ]
        }
    ]
}