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
电子邮箱 [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"
}