Netcraft Extension

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

What is Netcraft Extension?

Netcraft Extension is a Chrome extension developed by https://www.netcraft.com, and its main feature is "Comprehensive site information and protection from phishing and malicious JavaScript when browsing the web".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Netcraft Extension Extension CRX File

Download Netcraft Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Netcraft Extension Netcraft Extension
ID bmejphbfclcpmpohkggcjeibfilpamia
Official URL https://chromewebstore.google.com/detail/netcraft-extension/bmejphbfclcpmpohkggcjeibfilpamia
Description Comprehensive site information and protection from phishing and malicious JavaScript when browsing the web
File Size 768 KB
Installation Count 65,439
Current Version 2.1.2
Last Updated 2024-02-27
Publish Date 2020-04-14
Rating 4.48/5 Total 151 Ratings
Developer https://www.netcraft.com
Email [email protected]
Payment Type free
Extension Website https://www.netcraft.com/apps/
Help Page URL https://www.netcraft.com/apps/help/
Privacy Policy Page URL https://www.netcraft.com/privacy
Supported Languages 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"
}