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 là gì?

Identity Guard Safe Browsing là một tiện ích mở rộng Chrome được phát triển bởi Identity Guard, và tính năng chính của nó là "The Identity Guard Safe Browsing extension includes many features that protect your privacy and secure your browsing experience.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Identity Guard Safe Browsing

Tải xuống các tệp mở rộng Identity Guard Safe Browsing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Identity Guard Safe Browsing Identity Guard Safe Browsing
ID obcbohgjepobkfacmmbfcolafkkepilg
URL Chính Thức https://chromewebstore.google.com/detail/identity-guard-safe-brows/obcbohgjepobkfacmmbfcolafkkepilg
Mô tả The Identity Guard Safe Browsing extension includes many features that protect your privacy and secure your browsing experience.
Kích Thước Tệp 1.55 MB
Số Lần Cài Đặt 33,814
Phiên Bản Hiện Tại 2.3.4
Cập Nhật Lần Cuối 2022-04-15
Ngày Phát Hành 2020-06-09
Đánh Giá 3.50/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Identity Guard
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.identityguard.com
URL Trang Trợ Giúp https://www.identityguard.com
URL Trang Chính Sách Bảo Mật https://www.aura.com/legal/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}