Clario Secure Browsing

Avoid unsafe sites with ad blocker & anti-tracker built into one smart privacy extension.

Τι είναι το Clario Secure Browsing;

Το Clario Secure Browsing είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Clario Tech DMCC, και η κύρια λειτουργία του είναι "Avoid unsafe sites with ad blocker & anti-tracker built into one smart privacy extension.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Clario Secure Browsing

Λήψη αρχείων επέκτασης Clario Secure Browsing σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Do you know if the site or link you’re about to follow is safe? Block ads and trackers for secure web surfing.
 
Clario Secure Browsing is a smart Chrome browser extension to ensure you’re always protected when online. It’s smart, beautiful, friendly, and super powerful. Install it once and it will effortlessly flag unsafe sites as you search. 
 
Anti-phishing
Don’t be afraid of clicking the wrong link anymore. With this extension, you don’t have to worry about the safety of any link you might be interested in clicking. If it is really unsafe, our extension won’t let you pass through it. 
 
Messenger chat protection
Spot scam links in social media messengers. Are you unsure if certain Instagram or Facebook chat links are safe? Clario protects you by blocking unsafe links before malware or scam attacks.
 
Safe browsing
Avoid malicious sites in real time. We’ll alert you if a website you’ve opened is untrusted to stop you sharing data with it. Clario Secure Browsing easily locks you out of any unprotected sites known for spreading malware and phishing. 
 
Quick helper bubble
Have a personal companion wherever you browse. See that nice and small floating bubble? Look at its color: turquoise indicates totally secure websites, violet for untrusted ones, and scarlet purple is for unprotected websites you need to avoid. Just hover over the bubble to get a quick update on the security of the site you're browsing.
 
Safe searching
See the site’s security status in your search. Clario Secure Browsing displays information on safe, untrusted, and unprotected websites before you even open them. Now, hover over the Clario bubble in your search to know if a website is worth visiting or you should choose a safer one. 
 
Ad blocker
Wave goodbye to intrusive ads and pop-ups. Clario Secure Browsing automatically stops ads, banners, video ads, and alerts. Enjoy a truly ad-free online experience. Don’t stop there - block ads and see if it helps websites load faster. 
 
Anti tracker
Set your browsing free from tracking. Websites and advertisers keep tabs on everything users search for. Not to worry, Clario Secure Browsing comes with a tracker blocker for better privacy online. We stop those nasty trackers for good so they can no longer follow you. 
 
The extension provides you with complete peace of mind whenever you browse the web. Block ads and pop-ups from driving you crazy - all while our tracker blocker keeps your browsing activity secret from advertisers and websites. 
 
Discover more great things the Clario Secure Browsing extension can do. Or install it now and see for yourself. 
 
Ready for a better, safer digital life?                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Clario Secure Browsing Clario Secure Browsing
ID kjiomhkaflllkcdplbkhfbgkgmbofion
Επίσημο URL https://chrome.google.com/webstore/detail/clario-secure-browsing/kjiomhkaflllkcdplbkhfbgkgmbofion
Περιγραφή Avoid unsafe sites with ad blocker & anti-tracker built into one smart privacy extension.
Μέγεθος Αρχείου 9.16 MB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 3.2.803
Τελευταία Ενημέρωση 2021-06-24
Ημερομηνία Δημοσίευσης 2020-12-13
Αξιολόγηση 4.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Clario Tech DMCC
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://clario.co/
Διεύθυνση URL της Σελίδας Βοήθειας https://clario.co/contacts/
URL της Σελίδας Πολιτικής Απορρήτου https://clario.co/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clario Secure Browsing",
    "description": "Avoid unsafe sites with ad blocker & anti-tracker built into one smart privacy extension.",
    "default_locale": "en",
    "version": "3.2.803",
    "icons": {
        "16": "favicon\/icon16.png",
        "48": "favicon\/icon48.png",
        "128": "favicon\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "favicon\/aticon19.png",
            "38": "favicon\/aticon38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "cookies",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "notifications",
        "file:\/\/\/*",
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "video\/unprotected.mp4",
        "images\/*.png",
        "extension.css"
    ],
    "content_scripts": [
        {
            "match_about_blank": false,
            "all_frames": false,
            "css": [
                "page.css"
            ],
            "js": [
                "extension.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}