Identity Guard Safe Browsing

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

¿Qué es Identity Guard Safe Browsing?

Identity Guard Safe Browsing es una extensión de Chrome desarrollada por Identity Guard, y su función principal es "The Identity Guard Safe Browsing extension includes many features that protect your privacy and secure your browsing experience.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Identity Guard Safe Browsing

Descarga archivos de extensión Identity Guard Safe Browsing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Identity Guard Safe Browsing Identity Guard Safe Browsing
ID obcbohgjepobkfacmmbfcolafkkepilg
URL Oficial https://chromewebstore.google.com/detail/identity-guard-safe-brows/obcbohgjepobkfacmmbfcolafkkepilg
Descripción The Identity Guard Safe Browsing extension includes many features that protect your privacy and secure your browsing experience.
Tamaño del Archivo 1.55 MB
Cantidad de Instalaciones 33,814
Versión Actual 2.3.4
Última Actualización 2022-04-15
Fecha de Publicación 2020-06-09
Calificación 3.50/5 Total de 18 Calificaciones
Desarrollador Identity Guard
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.identityguard.com
URL de la Página de Ayuda https://www.identityguard.com
URL de la Página de Política de Privacidad https://www.aura.com/legal/privacy-policy
Idiomas Soportados 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"
}