Netcraft Extension

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

Hvad er Netcraft Extension?

Netcraft Extension er en Chrome-udvidelse udviklet af https://www.netcraft.com, og dens hovedfunktion er "Comprehensive site information and protection from phishing and malicious JavaScript when browsing the web".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Netcraft Extension-udvidelses-CRX-fil

Download Netcraft Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn Netcraft Extension Netcraft Extension
ID bmejphbfclcpmpohkggcjeibfilpamia
Officiel URL https://chromewebstore.google.com/detail/netcraft-extension/bmejphbfclcpmpohkggcjeibfilpamia
Beskrivelse Comprehensive site information and protection from phishing and malicious JavaScript when browsing the web
Filstørrelse 768 KB
Antal Installationer 65,439
Nuværende Version 2.1.2
Senest Opdateret 2024-02-27
Udgivelsesdato 2020-04-14
Bedømmelse 4.48/5 Samlet 151 Bedømmelser
Udvikler https://www.netcraft.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.netcraft.com/apps/
Hjælpeside-URL https://www.netcraft.com/apps/help/
URL til Fortrolighedspolitik Side https://www.netcraft.com/privacy
Understøttede Sprog 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"
}