Norton Safe Web

Norton Safe Web provides protection from online threats while you browse the web.

Norton Safe Web là gì?

Norton Safe Web là một tiện ích mở rộng Chrome được phát triển bởi https://norton.com, và tính năng chính của nó là "Norton Safe Web provides protection from online threats while you browse the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Norton Safe Web

Tải xuống các tệp mở rộng Norton Safe Web dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Norton Safe Web helps defend you from identity theft and online scams by warning you of dangerous sites while you search, shop, or browse online.

Norton Safe Web provides safety information for every page you load by querying Norton's Remote URL Reputation Service that is updated periodically with the latest threat intelligence. Norton Safe Web automatically blocks malicious pages and downloads to provide you with a safe online experience.
---

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.

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Norton Safe Web Norton Safe Web
ID fnpbeacklnhmkkilekogeiekaglbmmka
URL Chính Thức https://chromewebstore.google.com/detail/norton-safe-web/fnpbeacklnhmkkilekogeiekaglbmmka
Mô tả Norton Safe Web provides protection from online threats while you browse the web.
Kích Thước Tệp 3.88 MB
Số Lần Cài Đặt 6,918,716
Phiên Bản Hiện Tại 3.22.0.14
Cập Nhật Lần Cuối 2023-12-13
Ngày Phát Hành 2023-12-13
Đánh Giá 3.06/5 Tổng số 306 Đánh Giá
Nhà Phát Triển https://norton.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.nortonlifelock.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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_swName__"
    },
    "author": "NortonLifeLock Inc",
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/libs\/uri.min.js",
                "content\/scripts\/ClientEvents.js",
                "content\/scripts\/SymBfwCS.js",
                "content\/scripts\/NSSS_CS.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",
                "content\/scripts\/NSSSFormJackProtectionCS.js"
            ],
            "match_about_blank": false,
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "include_globs": [
                "https:\/\/*.google.*\/*",
                "https:\/\/nortonsafe.search.ask.com\/*",
                "https:\/\/*.adsensecustomsearchads.com\/*",
                "https:\/\/*.syndicatedsearch.goog\/*"
            ],
            "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,
            "include_globs": [
                "https:\/\/*.google.*\/*"
            ],
            "js": [
                "content\/scripts\/NSSS_CS.js",
                "content\/libs\/react-latest.min.js",
                "content\/libs\/react-dom-latest.min.js",
                "content\/scripts\/annotationCS.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "include_globs": [
                "https:\/\/*.yahoo.*\/*"
            ],
            "js": [
                "content\/scripts\/NSSS_CS.js",
                "content\/libs\/react-latest.min.js",
                "content\/libs\/react-dom-latest.min.js",
                "content\/scripts\/annotationCS.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "include_globs": [
                "https:\/\/*.bing.*"
            ],
            "js": [
                "content\/scripts\/NSSS_CS.js",
                "content\/libs\/react-latest.min.js",
                "content\/libs\/react-dom-latest.min.js",
                "content\/scripts\/annotationCS.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "content\/scripts\/SymBfwCS.js",
                "content\/scripts\/BfwNotificationCenterProxy.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "content\/scripts\/multiVariateTestingCS.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\/webCommunication.js"
            ],
            "matches": [
                "https:\/\/*.norton.com\/*",
                "https:\/\/secure.norton.myway.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "css": [
                "content\/ui\/styles\/fireglass\/fg_style.css",
                "content\/ui\/styles\/fireglass\/fg_dock.css"
            ],
            "js": [
                "content\/scripts\/FGContent.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_swDesc__",
    "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_swName__",
    "options_page": "content\/ui\/settings.html",
    "permissions": [
        "tabs",
        "background",
        "webNavigation",
        "storage",
        "scripting",
        "alarms",
        "webRequest",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "downloads",
        "notifications"
    ],
    "version": "3.22.0.14",
    "version_name": "3.22.0.14",
    "web_accessible_resources": [
        {
            "extension_ids": [],
            "matches": [
                ""
            ],
            "resources": [
                "content\/images\/*.png",
                "content\/images\/*.svg",
                "content\/images\/fireglass\/*.png",
                "content\/images\/fireglass\/*.svg",
                "content\/fonts\/*",
                "content\/scripts\/*.js",
                "content\/libs\/*.js",
                "_locales\/*",
                "content\/ui\/content-page.css",
                "content\/ui\/fireglass\/*.html",
                "content\/ui\/styles\/fireglass\/*.css",
                "content\/defObject.json",
                "content\/ui\/*.html",
                "content\/ui\/formjackBlockPageNotification.css",
                "content\/ui\/formjackBlockPageNotification.js"
            ]
        }
    ]
}