Netcraft Extension

Comprehensive site information and protection from phishing and malicious JavaScript when browsing the web

Was ist Netcraft Extension?

Netcraft Extension ist eine Chrome-Erweiterung, die von https://www.netcraft.com entwickelt wurde, und ihr Hauptmerkmal ist "Comprehensive site information and protection from phishing and malicious JavaScript when browsing the web".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Netcraft Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie Netcraft Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The Netcraft Extension is a tool allowing easy lookup of information relating to the sites you visit and providing protection from phishing and malicious JavaScript.
 
What's new in v2.1.2?
• Improved caching of our feed to reduce network traffic.
 
Key Features:
 
• Protection against phishing sites — The Netcraft anti-phishing community is effectively a giant neighbourhood watch scheme, empowering the most alert and most expert members to defend everyone within the community. As soon as the first recipients of a phishing mail report it, we can block it for all users of the extension providing an additional level of protection from Phishing. Netcraft processes reports of fraudulent URLs from a diverse variety of sources and proactively searches for new fraudulent sites.
 
• Protection against malicious JavaScript — Prevent your credit card details from being stolen by shopping site skimmers or your computer's processing power being harvested by web miners. Netcraft has been detecting shopping site skimmers, web miners, and other malicious JavaScript since 2017. The extension blocks sites that we have found to be compromised with malicious JavaScript. Additionally, it detects JavaScript that we have identified as being malicious, blocks pages that use it from loading, and automatically reports them to Netcraft to protect the rest of the community.
 
• Detailed site reports – simply click the Netcraft logo to access a wealth of information about the sites you visit, helping you to make informed choices about their safety.
 
• Conveniently report suspected phishing & fraudulent sites – At the click of the button you can report suspected web forgeries to Netcraft, helping to protect the community. Netcraft operates an incentive scheme for Phishing site submissions, including iPads, backpacks, mugs, and more… https://report.netcraft.com/pages/report-incentives
 
Find out more about the Extension at: https://www.netcraft.com/apps-extensions/browser-extension/
 
About Netcraft:
 
Netcraft is an Internet services company based in Bath, England.  We provide a range of services relating to internet data analysis, defences against fraud and phishing, web application security testing, and automated network scanning. In particular, Netcraft’s anti-phishing services are very widely licensed, ultimately protecting hundreds of millions of people.
 
https://www.netcraft.com
 
Privacy Policy:
 
https://www.netcraft.com/privacy/                    

Grundlegende Informationen zur Erweiterung

Name Netcraft Extension Netcraft Extension
ID bmejphbfclcpmpohkggcjeibfilpamia
Offizielle URL https://chromewebstore.google.com/detail/netcraft-extension/bmejphbfclcpmpohkggcjeibfilpamia
Beschreibung Comprehensive site information and protection from phishing and malicious JavaScript when browsing the web
Dateigröße 768 KB
Installationsanzahl 65,439
Aktuelle Version 2.1.2
Letztes Update 2024-02-27
Veröffentlichungsdatum 2020-04-14
Bewertung 4.48/5 Insgesamt 151 Bewertungen
Entwickler https://www.netcraft.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.netcraft.com/apps/
Hilfeseite URL https://www.netcraft.com/apps/help/
URL der Datenschutzrichtlinien-Seite https://www.netcraft.com/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netcraft Extension",
    "description": "Comprehensive site information and protection from phishing and malicious JavaScript when browsing the web",
    "version": "2.1.2",
    "action": {
        "default_title": "",
        "default_icon": {
            "16": "Images\/action-normal-16.png",
            "24": "Images\/action-normal-24.png",
            "32": "Images\/action-normal-32.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "\/JavaScript\/worker\/service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/JavaScript\/content\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "Images\/icon-small.png",
        "48": "Images\/icon-mid.png",
        "128": "Images\/icon-large.png"
    },
    "manifest_version": 3,
    "incognito": "split",
    "minimum_chrome_version": "102",
    "options_page": "options.html"
}