Northguard Security

Protects your money, identity, and sensitive data from the dangers of the Internet.

Co to jest Northguard Security?

Northguard Security to rozszerzenie Chrome opracowane przez northguard.com, a jego główną funkcją jest „Protects your money, identity, and sensitive data from the dangers of the Internet.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Northguard Security

Pobierz pliki rozszerzeń Northguard Security w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Your protection on the Internet with extension from Northguard

Northguard Protection extension is intended to be used together with Northguard Internet Security for Mac

We empower your browsing experience in the following areas:

Privacy
Some websites like to collect information about your behavior and the data you share. With this extension you can stop them from tracking you.

Anti-Banner
Fed up of seeing banners trying to sell you things? Our extension will provide you with an uncluttered browsing experience.

Security
We check every website you are about to visit and warn you when threats appear. In particular, we protect your financial transactions at online stores and in online banking and payment systems.

The Northguard Protection extension ensures operation of the following protection features:
- Safe Money – protects your payments by opening sensitive websites in Protected Browser.
- Private Browsing – informs you about attempts by websites to collect your data and allows you to block collection.
- URL Advisor – marks search results with colored indicators according to the link’s security level.
- On-Screen Keyboard – prevents malware from intercepting data entered in website forms.
- Anti-Banner – blocks advertising banners on websites.
- Dangerous Content Blocking                    

Podstawowe informacje o rozszerzeniu

Nazwa Northguard Security Northguard Security
ID nddnfbflpmmehfdabfgcblekmffaiokf
Oficjalny URL https://chromewebstore.google.com/detail/northguard-security/nddnfbflpmmehfdabfgcblekmffaiokf
Opis Protects your money, identity, and sensitive data from the dangers of the Internet.
Rozmiar pliku 1.84 MB
Liczba instalacji 619
Aktualna Wersja 20.0.0.7
Ostatnia Aktualizacja 2020-05-20
Data Publikacji 2020-05-20
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper northguard.com
Typ Płatności free
Strona Rozszerzenia https://www.northguard.com/
Obsługiwane Języki en,no,da,fi,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "images\/*",
        "*.png",
        "*.html",
        "\/pc\/tooltip.css"
    ],
    "background": {
        "page": "global.html"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "Urla.css",
                "Keyboard.css"
            ],
            "js": [
                "localization.js",
                "framework_content.js",
                "jquery-3.3.1.min.js",
                "jquery-ui.min.js",
                "jquery-migrate-3.0.0.min.js",
                "helper.js",
                "Layout.js",
                "FocusManager.js",
                "Keyboard.js",
                "content.js",
                "common.js",
                "namespace.js",
                "balloon.js",
                "md5.js",
                "password_control_balloon.js",
                "cfr_script.js",
                "session.js",
                "web_session_monitor.js",
                "search_activity.js",
                "password_control.js",
                "website_credentials.js",
                "parent_page_url_provider.js",
                "compromised_account.js",
                ".\/layouts\/en.js"
            ]
        }
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popover.html",
        "default_icon": {
            "19": "toolbar.png",
            "38": "[email protected]"
        },
        "default_title": "__MSG_toolbar_button_hint__"
    },
    "permissions": [
        "tabs",
        "nativeMessaging",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "name": "__MSG_extension_name__",
    "author": "__MSG_extension_author__",
    "description": "__MSG_extension_description__",
    "icons": {
        "48": "icon-48.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "[email protected]",
        "128": "icon-128.png",
        "256": "[email protected]",
        "96": "[email protected]"
    },
    "version": "20.0.0.7"
}