Complete ID Safe Browser

[5] The Safe Browsing Extension

Complete ID Safe Browser क्या है?

Complete ID Safe Browser IDnotify द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "[5] The Safe Browsing Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Complete ID Safe Browser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Complete ID provides you with solutions that protect your digital privacy. Safe Browser will help keep your internet browsing safe and private. Block ad trackers, unwanted ads and protect yourself from unsafe sites known for phishing, malware, poor security, and breaches.

Browsing the web privately and securely with a full-featured safe browser will help you: ** 

1.	Prevent third parties (social, ads and data harvesting networks) from accessing the user's private information (browsing history, account logins, personal and financial information).
2.	Prevent users from going to an unsafe website that is associated with malware, data breaches, or poor security.

Safe Browser is a full-featured web browser that isolates your data from the default web browser that comes with your device. Your browsing history, bookmarks and settings are encrypted and never leave the device. Safe Browser allows you to open multiple tabs, view full screen video in landscape and portrait, and bookmark your favorite sites. For your safety and privacy, Safe Browser comes with a built-in tracker and ad blocker and a site reputation shield. The site reputation shield will check for known malicious sites on your device and warn you before you visit them.                    

एक्सटेंशन की मूल जानकारी

नाम Complete ID Safe Browser Complete ID Safe Browser
ID daoggcicpgifnajehijbkkmplocoiebj
आधिकारिक URL https://chromewebstore.google.com/detail/complete-id-safe-browser/daoggcicpgifnajehijbkkmplocoiebj
विवरण [5] The Safe Browsing Extension
फ़ाइल का आकार 10.18 MB
स्थापना संख्या 2,055
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2022-05-24
प्रकाशन तिथि 2022-05-24
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर IDnotify
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.completeid.com/
सहायता पृष्ठ URL https://portal.completeid.com/c/app-support?RTN=90000101
गोपनीयता नीति पृष्ठ URL https://www.idnotify.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.0",
    "name": "Complete ID Safe Browser",
    "description": "[5] The Safe Browsing Extension",
    "icons": {
        "48": "\/images\/icon-48.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "abp-easy-list",
                "enabled": false,
                "path": "rules\/easy-list.json"
            },
            {
                "id": "abp-easy-privacy",
                "enabled": false,
                "path": "rules\/easy-privacy.json"
            },
            {
                "id": "fan-boy-annoyance",
                "enabled": false,
                "path": "rules\/fan-boy-annoyance.json"
            },
            {
                "id": "site-reputation",
                "enabled": false,
                "path": "rules\/site-reputation.json"
            }
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "declarativeNetRequest",
        "webNavigation",
        "unlimitedStorage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/srs-s3-exp-prod-static0r0a0bucketebb21caf-1w1hyawazsfiu.s3.amazonaws.com\/*",
        "https:\/\/usa.experian.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_icon": {
            "48": "\/images\/status-disabled-48.png"
        },
        "default_title": "Safe Browsing Extension",
        "default_popup": "html\/popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src *;"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "*.png",
                "fonts\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}