SpyHunter® Web Security

SpyHunter® Web Security identifies and blocks malicious web content and other potential security threats.

Τι είναι το SpyHunter® Web Security;

Το SpyHunter® Web Security είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον EnigmaSoft Limited, και η κύρια λειτουργία του είναι "SpyHunter® Web Security identifies and blocks malicious web content and other potential security threats.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SpyHunter® Web Security

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

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

                        SpyHunter Web Security integrates with your browser and is designed to improve your security and help keep you safe while you browse the web. SpyHunter Web Security protects you from web-based threats including malware, ransomware, phishing sites, adware and/or potentially unwanted software. 

Key Features: 

- Website Blocking: SpyHunter Web Security will scan links that you click in emails or documents and URLs that you enter into your browser. It will also analyze search results and links on web pages. If you attempt to visit a website that has been categorized as potentially unsafe, SpyHunter Web Security will block access to the website and display a prompt that allows you to disregard the warning at your own discretion.

- Search Engine Integration: SpyHunter Web Security can be configured to integrate with popular search engines to categorize and visually identify links in your search results as “safe”, “potentially unsafe” or “uncategorized”. Search engine integrations can be individually configured or disabled according to users’ preferences via SpyHunter Web Security’s settings.

- Exclusions: Users also have the choice to individually override SpyHunter Web Security to disable its blocking of specific websites. To do so, users can manually add websites to the “Exclusions” section in SpyHunter Web Security settings. Websites added to “Exclusions” will be identified as “User-Excluded” in search results (if “Search Engine Integration” is enabled).
SpyHunter Web Security is regularly updated to help you surf the web with added safety.                    

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

Όνομα SpyHunter® Web Security SpyHunter® Web Security
ID kheeipganhdcpkecibbpgggianpodhkc
Επίσημο URL https://chromewebstore.google.com/detail/spyhunter%C2%AE-web-security/kheeipganhdcpkecibbpgggianpodhkc
Περιγραφή SpyHunter® Web Security identifies and blocks malicious web content and other potential security threats.
Μέγεθος Αρχείου 679 KB
Αριθμός Εγκαταστάσεων 12,075
Τρέχουσα Έκδοση 1.0.1 Build 79
Τελευταία Ενημέρωση 2023-08-17
Ημερομηνία Δημοσίευσης 2023-06-21
Αξιολόγηση 4.43/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής EnigmaSoft Limited
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.enigmasoftware.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.enigmasoftware.com/support/
URL της Σελίδας Πολιτικής Απορρήτου https://www.enigmasoftware.com/enigmasoft-privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpyHunter\u00ae Web Security",
    "version": "1.0.1.79",
    "version_name": "1.0.1 Build 79",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "author": "EnigmaSoft Limited",
    "homepage_url": "http:\/\/www.enigmasoft.com\/",
    "default_locale": "en",
    "icons": {
        "16": "extension\/icons\/app_16x16.png",
        "48": "extension\/icons\/app_48x48.png",
        "128": "extension\/icons\/app_128x128.png"
    },
    "options_ui": {
        "page": "extension\/data\/options.html",
        "open_in_tab": true
    },
    "options_page": "extension\/data\/options.html",
    "action": {
        "default_icon": {
            "19": "extension\/icons\/app_19x19.png",
            "38": "extension\/icons\/app_38x38.png"
        },
        "default_title": "SpyHunter\u00ae Web Security",
        "default_popup": "extension\/data\/popup.html"
    },
    "background": {
        "service_worker": "extension\/serviceworker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "extension\/data\/webapp\/style\/images\/*.png",
                "extension\/data\/webapp\/style\/images\/*.svg",
                "extension\/data\/webapp\/style\/fonts\/*.ttf",
                "extension\/data\/webapp\/style\/*.css",
                "extension\/data\/webapp\/*.html"
            ],
            "matches": [
                "*:\/\/*\/*",
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/*.enigmasoft.net\/",
        ""
    ],
    "permissions": [
        "alarms",
        "webRequest",
        "nativeMessaging",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "extension\/data\/3rd\/jQuery\/jquery-ui.css",
                "extension\/data\/webapp\/style\/fonts\/LibelSuit.css",
                "extension\/data\/webapp\/style\/SpyHunter-Verified-Popup.css"
            ],
            "js": [
                "extension\/data\/common\/communicator.js",
                "extension\/data\/common\/extension.js",
                "extension\/data\/common\/utilities.js",
                "extension\/data\/3rd\/jQuery\/jquery.min.js",
                "extension\/data\/3rd\/jQuery\/jquery-ui.min.js",
                "extension\/data\/webapp\/main.js"
            ]
        }
    ]
}