Northguard Security

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

Co je Northguard Security?

Northguard Security je rozšíření Chrome vyvinuté northguard.com, a jeho hlavní funkcí je „Protects your money, identity, and sensitive data from the dangers of the Internet.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Northguard Security

Stáhněte si soubory rozšíření Northguard Security ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Northguard Security Northguard Security
ID nddnfbflpmmehfdabfgcblekmffaiokf
Oficiální URL https://chromewebstore.google.com/detail/northguard-security/nddnfbflpmmehfdabfgcblekmffaiokf
Popis Protects your money, identity, and sensitive data from the dangers of the Internet.
Velikost souboru 1.84 MB
Počet instalací 619
Aktuální Verze 20.0.0.7
Poslední Aktualizace 2020-05-20
Datum Vydání 2020-05-20
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář northguard.com
Typ Platby free
Webové stránky Rozšíření https://www.northguard.com/
Podporované Jazyky 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"
}