Identity Guard Safe Browsing

The Identity Guard Safe Browsing extension includes many features that protect your privacy and secure your browsing experience.

Identity Guard Safe Browsingとは何ですか?

Identity Guard Safe BrowsingはIdentity Guardによって開発されたChromeの拡張機能で、その主な機能は「The Identity Guard Safe Browsing extension includes many features that protect your privacy and secure your browsing experience.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Identity Guard Safe Browsing拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        You must be an Identity Guard subscriber to activate the extension and turn on its features. See below for how to sign up for the Identity Guard service.
 
To activate the extension and turn on its features follow these steps: 1) install the extension, 2) click on the shield icon on the top right of your browser, 3) log in using your Identity Guard email address and password.
 
Features: 
 
- Anti Phishing: protection against phishing attacks. Identity Guard collects information on recently discovered phishing sites and updates your extension in near real time. If a phishing site is detected, you'll see a warning page that prevents the malicious site from loading.
 
- HTTPS Protection: When browsing the web you may notice https:// at the beginning of the website address, which indicates your connection is encrypted and secured with HTTPS. Conversely, you may notice http:// without the "s" at the beginning of the website address, which indicates your connection is insecure and not encrypted with HTTPS. This feature helps protect your personal information by changing insecure connections to secure HTTPS connections whenever possible. In addition, you will be warned when visiting insecure web pages that attempt to collect your personal information.

- Ad Blocker: a powerful ad blocker that blocks advertisements and malvertisements. Ads clutter websites and slow website load times. Blocking advertisements results in a much faster and cleaner browsing experience. Includes a white listing feature that gives you control over exactly which sites are allowed to show ads.
 
- Flash Blocker: often times criminals use Flash content to infect victims with malware and viruses. Flash content will automatically be blocked by the extension. You can easily allow Flash to run on specific websites by using the white listing feature. Be sure to only allow Flash on websites you know are safe.
 
- Tracking Protection: an important step toward protecting your privacy. Websites use so-called "trackers" to build a profile about your online browsing behavior. These trackers follow you between websites and are typically used for the purpose of targeted advertising. These trackers will automatically be deleted by the extension.
 
- Social Privacy Manager: social media sites today have very exposed privacy settings. Often times your personal information, photos and contacts are visible to people you don't know. Aside from being a breach of privacy, social media is also used by criminals to learn about their unsuspecting victims. To help with this, the extension presents your social media privacy settings in an easy to understand way, and provides a 1-click Protect button to automatically secure your settings.

- Privacy Check: your personal information is often times available on the Internet on so-called People Sites, which offer information to anyone for a small fee. Not only is this a privacy concern but is also used by criminals for fraud and identity theft. This feature allows you to easily search and remove your information from each sites.

- Mining Protection: protection against mining scripts that exploit your computer hardware and increases power consumption. If a mining script is detected, you'll see a warning page that prevents the site from loading.
 
Please view our privacy policy here: 
 
https://app.identityguard.com/policy/privacy                    

拡張機能の基本情報

名前 Identity Guard Safe Browsing Identity Guard Safe Browsing
ID obcbohgjepobkfacmmbfcolafkkepilg
公式URL https://chromewebstore.google.com/detail/identity-guard-safe-brows/obcbohgjepobkfacmmbfcolafkkepilg
説明 The Identity Guard Safe Browsing extension includes many features that protect your privacy and secure your browsing experience.
ファイルサイズ 1.55 MB
インストール数 33,814
現在のバージョン 2.3.4
最終更新日 2022-04-15
公開日 2020-06-09
評価 3.50/5 合計 18 レビュー
開発者 Identity Guard
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.identityguard.com
ヘルプページのURL https://www.identityguard.com
プライバシーポリシーページのURL https://www.aura.com/legal/privacy-policy
対応言語 en,fr
manifest.json
{
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Identity Guard Safe Browsing",
    "short_name": "identityguard",
    "description": "__MSG_APP_DESCRIPTION__",
    "icons": {
        "16": "images\/icon-16.png",
        "24": "images\/icon-24.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "128": "images\/icon-128.png"
    },
    "version": "2.3.4",
    "version_name": "2.3.4",
    "background": {
        "scripts": [
            "scripts\/settings.js",
            "scripts\/common.js",
            "scripts\/utility.js",
            "scripts\/log.js",
            "scripts\/browser.js",
            "scripts\/command.js",
            "scripts\/chrome.js",
            "scripts\/application.js",
            "scripts\/storage.js",
            "scripts\/config.js",
            "scripts\/usersettings.js",
            "scripts\/profiler.js",
            "scripts\/localization.js",
            "scripts\/authuser.js",
            "scripts\/tracking.js",
            "scripts\/googleanalytics.js",
            "scripts\/automate.js",
            "scripts\/scriptengine.js",
            "scripts\/phishing.js",
            "scripts\/adblockengine.js",
            "scripts\/httpspro.js",
            "scripts\/setman.js",
            "scripts\/datascan.js",
            "scripts\/global.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/settings.js",
                "scripts\/common.js",
                "scripts\/utility.js",
                "scripts\/log.js",
                "scripts\/browser.js",
                "scripts\/command.js",
                "scripts\/chrome.js",
                "scripts\/application.js",
                "scripts\/adblocker.js",
                "scripts\/toast.js",
                "scripts\/content.js"
            ],
            "css": [
                "html\/css\/toast.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/popover-button-inactive.png",
            "38": "images\/popover-button-inactive.png"
        },
        "default_title": "Safe Browsing",
        "default_popup": "html\/popover.html"
    },
    "web_accessible_resources": [
        "html\/css\/toast.css"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "homepage_url": "https:\/\/www.identityguard.com\/",
    "permissions": [
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "history",
        "cookies",
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}