Link Virus Check - Security Plus

Provides free checking of urls for viruses. It uses up to 64 different antivirus products and scan engines to check for viruses

Τι είναι το Link Virus Check - Security Plus;

Το Link Virus Check - Security Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chYer, και η κύρια λειτουργία του είναι "Provides free checking of urls for viruses. It uses up to 64 different antivirus products and scan engines to check for viruses".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Link Virus Check - Security Plus

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

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

                        "Link Virus Check - Security Plus" extension is a browser extension that provides free checking of infected URLs for different types of viruses. It uses up to 64 different antivirus products and scan engines to check for viruses that the user's antivirus solution may have missed or to verify against any false positives.

Features:
1. Powered by VirusTotal online service
2. Analyzes suspicious URLs with more than 64 different antivirus products
3. Facilitates the quick detection of viruses, worms, trojans, and all kinds of malware

What is VirusTotal:
VirusTotal aggregates many antivirus products and online scan engines to check for viruses that the user's own antivirus may have missed, or to verify against any false positives. Files up to 650 MB can be uploaded to the website, or sent via email (max. 32MB). Anti-virus software vendors can receive copies of files that were flagged by other scans but passed by their own engine, to help improve their software. Users can also scan suspect URLs and search through the VirusTotal dataset. VirusTotal for dynamic analysis of malware uses the Cuckoo sandbox.

How can I use this extension?
After installation, whenever you want to download a suspicious file (PDF, EXE, PPT, ...), first right-click on the link and use the "Scan this Link" option that is provided by this extension. If the link has no positive result, it will get a green clean badge, otherwise, you get a red label and a button to visit the full report.                    

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

Όνομα Link Virus Check - Security Plus Link Virus Check - Security Plus
ID edkcmflbdogcbjahoblehnlonjedkmoh
Επίσημο URL https://chromewebstore.google.com/detail/link-virus-check-security/edkcmflbdogcbjahoblehnlonjedkmoh
Περιγραφή Provides free checking of urls for viruses. It uses up to 64 different antivirus products and scan engines to check for viruses
Μέγεθος Αρχείου 89.68 KB
Αριθμός Εγκαταστάσεων 14,520
Τρέχουσα Έκδοση 0.3.1
Τελευταία Ενημέρωση 2021-03-10
Ημερομηνία Δημοσίευσης 2019-08-17
Αξιολόγηση 4.22/5 Συνολικά 45 Αξιολογήσεις
Προγραμματιστής chYer
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://add0n.com/security-plus.html
Διεύθυνση URL της Σελίδας Βοήθειας https://add0n.com/security-plus.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Virus Check - Security Plus",
    "description": "Provides free checking of urls for viruses. It uses up to 64 different antivirus products and scan engines to check for viruses",
    "version": "0.3.1",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "activeTab",
        "notifications",
        "contextMenus",
        "https:\/\/www.virustotal.com\/vtapi\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "common.js"
        ]
    },
    "web_accessible_resources": [
        "data\/inject\/*"
    ],
    "homepage_url": "https:\/\/add0n.com\/security-plus.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png"
    },
    "options_ui": {
        "page": "data\/options\/index.html",
        "chrome_style": true
    }
}