Identity Guard Safe Browsing

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

Cos'è Identity Guard Safe Browsing?

Identity Guard Safe Browsing è un'estensione di Chrome sviluppata da Identity Guard, e la sua funzione principale è "The Identity Guard Safe Browsing extension includes many features that protect your privacy and secure your browsing experience.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Identity Guard Safe Browsing

Scarica i file di estensione Identity Guard Safe Browsing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Identity Guard Safe Browsing Identity Guard Safe Browsing
ID obcbohgjepobkfacmmbfcolafkkepilg
URL Ufficiale https://chromewebstore.google.com/detail/identity-guard-safe-brows/obcbohgjepobkfacmmbfcolafkkepilg
Descrizione The Identity Guard Safe Browsing extension includes many features that protect your privacy and secure your browsing experience.
Dimensione del File 1.55 MB
Conteggio Installazioni 33,814
Versione Corrente 2.3.4
Ultimo Aggiornamento 2022-04-15
Data di Pubblicazione 2020-06-09
Valutazione 3.50/5 Totale 18 Valutazioni
Sviluppatore Identity Guard
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.identityguard.com
URL della Pagina di Aiuto https://www.identityguard.com
URL della Pagina della Politica sulla Privacy https://www.aura.com/legal/privacy-policy
Lingue Supportate 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"
}