Northguard Security

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

Τι είναι το Northguard Security;

Το Northguard Security είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον northguard.com, και η κύρια λειτουργία του είναι "Protects your money, identity, and sensitive data from the dangers of the Internet.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Northguard Security

Λήψη αρχείων επέκτασης Northguard Security σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Northguard Security Northguard Security
ID nddnfbflpmmehfdabfgcblekmffaiokf
Επίσημο URL https://chromewebstore.google.com/detail/northguard-security/nddnfbflpmmehfdabfgcblekmffaiokf
Περιγραφή Protects your money, identity, and sensitive data from the dangers of the Internet.
Μέγεθος Αρχείου 1.84 MB
Αριθμός Εγκαταστάσεων 619
Τρέχουσα Έκδοση 20.0.0.7
Τελευταία Ενημέρωση 2020-05-20
Ημερομηνία Δημοσίευσης 2020-05-20
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής northguard.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.northguard.com/
Υποστηριζόμενες Γλώσσες 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"
}