Guardio Protection for Chrome

Experience a cleaner, safer web.

Guardio Protection for Chromeとは何ですか?

Guardio Protection for Chromeはhttps://guard.ioによって開発されたChromeの拡張機能で、その主な機能は「Experience a cleaner, safer web.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Guardio Protection for Chrome拡張機能のCRXファイルをダウンロード

Guardio Protection for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Guardio’s mission is to make the internet a more secure place. 
We provide a cyber security solution for in-browser malware detection, adware removal, phishing protection, harmful site blocking, and information leak monitoring.
 
Our extension works in the background 24/7 scanning the web to keep you safe from suspicious and harmful sites. It doesn't interfere with your daily online activities and provides a clean & safe browsing environment. 
 
The browser extension uses AI and machine learning to scan and analyze every site and web page you open and block it if it’s in any way harmful. From social accounts to any cloud services you use, it will keep your information safe from hackers and phishing attacks. We keep you safe by blocking harmful sites and providing adware & malware removal. Moreover, you also get an alert if a site seems suspicious due to low credibility. 
 

Key Features:
•  Browser Scan - The first thing we do when you install it is to check your browser for any malware or security issues that may be present.
• Alerts and Removal of Malicious Extensions (in-browser malware) - we check all the extensions you have installed or are about to install. We disable any existing malicious extensions and warn you if one you’re about to install may be malicious or will hijack your browser settings.
• Harmful Site Blocks - we block out phishing and other scam sites that try to steal your data, so you don’t need to think twice about clicking on any links.
• Notification & Popup Blocker - we stop notifications and pop-ups designed to scam you or lead you to a fake site where you’ll be scammed. We also shut down any malware on your browser that serves these pop-ups.
• Information Leak Monitoring - you get notified immediately if your information is exposed on the dark web from a data breach. We’ll let you know what was leaked and what you need to do to protect yourself.
• Site Alerts - We also warn you when a website is suspicious or when it may not be what it appears to be. For example, 90% of new websites are built by hackers and have been specifically created to scam visitors. You’ll get a warning to be extra cautious and not to hand over any sensitive information. 

Think of Guardio as a kind of antivirus software, but one that sits on your browser. The difference is that we block viruses and other malware immediately. We don’t wait for malicious software to get onto your computer before it acts. And more than that, We proactively warn you whenever you're about to come into contact with anything malicious or any kind of online scam or fraud. 

Guardio offers a 7-day free trial (you can cancel anytime) and then a subscription starting at $9.99 a month. 

----------------------------------------------------

For all questions and support-related issues, write to [email protected]

By installing this extension, you confirm and agree with Guardio's Privacy Policy (https://guard.io/privacy) and Terms & Conditions (https://guard.io/terms)                    

拡張機能の基本情報

名前 Guardio Protection for Chrome Guardio Protection for Chrome
ID gjfpmkejnolcfklaaddjnckanhhgegla
公式URL https://chromewebstore.google.com/detail/guardio-protection-for-ch/gjfpmkejnolcfklaaddjnckanhhgegla
説明 Experience a cleaner, safer web.
ファイルサイズ 621 KB
インストール数 820,659
現在のバージョン 24.2.15.1369
最終更新日 2024-02-25
公開日 2020-03-15
評価 4.43/5 合計 961 レビュー
開発者 https://guard.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://guard.io?ref=store
ヘルプページのURL https://help.guard.io?ref=store
プライバシーポリシーページのURL https://guard.io/privacy
対応言語 en
manifest.json
{
    "browser_action": {
        "default_title": "Guardio",
        "default_icon": "assets\/logo.png"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.guard.io\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.mail.google.com\/*"
            ],
            "js": [
                "linksInjected.bundle.js"
            ]
        }
    ],
    "short_name": "Guardio",
    "description": "Experience a cleaner, safer web.",
    "name": "Guardio Protection for Chrome",
    "version": "24.2.15.1369",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "management",
        "notifications",
        "tabs",
        "storage",
        "idle",
        "contextMenus"
    ],
    "optional_permissions": [
        "contentSettings",
        "history",
        "downloads"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "128": "assets\/icon\/gradient.png"
    },
    "web_accessible_resources": [
        "assets\/installed.json",
        "injected.bundle.js",
        "permissionProxy.bundle.js",
        "permissionProxyDisabled.bundle.js",
        "uiInjected.bundle.js",
        "frame.html"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.guard.io\/*"
        ]
    },
    "manifest_version": 2
}