Scanguard Safe Site

Safe Site helps block harmful and malicious URLs to improve your internet experience and keep you safe.

Τι είναι το Scanguard Safe Site;

Το Scanguard Safe Site είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.scanguard.com, και η κύρια λειτουργία του είναι "Safe Site helps block harmful and malicious URLs to improve your internet experience and keep you safe.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Scanguard Safe Site

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

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

                        Scanguard Safe Site helps block harmful and malicious URL’s allowing you to enjoy your internet experience without any worries. 

Users will also benefit from free domain categorization and security filters to ensure you are protected against malware, deceptive and phishing websites.

You are also provided with quick access tools to open incognito browsing, clear history and cookies.                    

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

Όνομα Scanguard Safe Site Scanguard Safe Site
ID piihgeabdpmcpjacnoacminmodaekejp
Επίσημο URL https://chromewebstore.google.com/detail/scanguard-safe-site/piihgeabdpmcpjacnoacminmodaekejp
Περιγραφή Safe Site helps block harmful and malicious URLs to improve your internet experience and keep you safe.
Μέγεθος Αρχείου 9.42 MB
Αριθμός Εγκαταστάσεων 9,237
Τρέχουσα Έκδοση 1.39.0.0
Τελευταία Ενημέρωση 2022-10-07
Ημερομηνία Δημοσίευσης 2020-05-22
Αξιολόγηση 4.27/5 Συνολικά 15 Αξιολογήσεις
Προγραμματιστής https://www.scanguard.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.scanguard.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.scanguard.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.scanguard.com/privacy
Υποστηριζόμενες Γλώσσες de,en,fr,nl,no,tr,da,es,it,pl,pt-PT,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_description__",
    "author": "SS Protect Ltd",
    "version": "1.39.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_browserAction_defaultTitle__",
        "default_popup": "assets\/html\/popup.html",
        "default_icon": {
            "16": "\/assets\/img\/_brand\/icon16.png",
            "20": "\/assets\/img\/_brand\/icon20.png",
            "48": "\/assets\/img\/_brand\/icon48.png",
            "80": "\/assets\/img\/_brand\/icon80.png",
            "128": "\/assets\/img\/_brand\/icon128.png"
        },
        "browser_style": false
    },
    "icons": {
        "16": "\/assets\/img\/_brand\/icon16.png",
        "20": "\/assets\/img\/_brand\/icon20.png",
        "48": "\/assets\/img\/_brand\/icon48.png",
        "80": "\/assets\/img\/_brand\/icon80.png",
        "128": "\/assets\/img\/_brand\/icon128.png"
    },
    "web_accessible_resources": [
        "\/assets\/img\/**\/*.png",
        "\/assets\/img\/**\/*.jpg"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "cookies",
        "contentSettings",
        "storage",
        "browsingData",
        "notifications",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "*:\/\/*.scanguard.protected.net\/*",
        "*:\/\/*.scanguard.qa.protected.net\/*",
        "*:\/\/*.scanguard.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/shared\/jquery.min.js",
                "assets\/js\/content_scripts\/extension-api-normalizer.js",
                "assets\/js\/content_scripts\/stop_google_generating_tracking_links.js",
                "assets\/js\/content_scripts\/password-vault-field-checker.js",
                "assets\/js\/extContentApp.min.js"
            ],
            "css": [
                "\/assets\/css\/injectable\/global\/secure-search.min.css",
                "\/assets\/css\/injectable\/_brand\/secure-search.min.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "assets\/js\/shared\/jquery.min.js",
                "assets\/js\/content_scripts\/extension-api-normalizer.js",
                "assets\/js\/content_scripts\/adguard-content.js"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/my.totalav.com\/*",
                "*:\/\/my.scanguard.com\/*",
                "*:\/\/my.pcprotect.com\/*",
                "*:\/\/my.totalav.qa.protected.net\/*",
                "*:\/\/my.scanguard.qa.protected.net\/*",
                "*:\/\/my.pcprotect.qa.protected.net\/*",
                "*:\/\/my.totalav.local.protected.net\/*",
                "*:\/\/my.scanguard.local.protected.net\/*",
                "*:\/\/my.pcprotect.local.protected.net\/*"
            ],
            "js": [
                "assets\/js\/content_scripts\/my-adblock-toggle.js",
                "assets\/js\/content_scripts\/my-webshield-newtab.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "assets\/js\/shared\/jquery.min.js",
            "assets\/js\/shared\/extension-api-normalizer.js",
            "assets\/js\/background_scripts\/message-broker.js",
            "assets\/js\/background_scripts\/combined-background.js",
            "assets\/js\/background_scripts\/intercept-and-redirect.js",
            "assets\/js\/background_scripts\/adguard\/adguard-api.js",
            "assets\/js\/extBackgroundApp.min.js",
            "assets\/js\/enableQuietModeOnStartup.min.js"
        ]
    },
    "incognito": "split"
}