Northguard Security

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

Wat is Northguard Security?

Northguard Security is een Chrome-extensie ontwikkeld door northguard.com, en de belangrijkste functie is "Protects your money, identity, and sensitive data from the dangers of the Internet.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Northguard Security

Download Northguard Security-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Northguard Security Northguard Security
ID nddnfbflpmmehfdabfgcblekmffaiokf
Officiële URL https://chromewebstore.google.com/detail/northguard-security/nddnfbflpmmehfdabfgcblekmffaiokf
Beschrijving Protects your money, identity, and sensitive data from the dangers of the Internet.
Bestandsgrootte 1.84 MB
Aantal Installaties 619
Huidige Versie 20.0.0.7
Laatst Bijgewerkt 2020-05-20
Publicatiedatum 2020-05-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar northguard.com
Betalingswijze free
Extensiewebsite https://www.northguard.com/
Ondersteunde Talen 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"
}