Northguard Security

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

Northguard Securityとは何ですか?

Northguard Securityはnorthguard.comによって開発されたChromeの拡張機能で、その主な機能は「Protects your money, identity, and sensitive data from the dangers of the Internet.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Northguard Security拡張機能のCRXファイルをダウンロード

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"
}