Netcraft Extension

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

Cos'è Netcraft Extension?

Netcraft Extension è un'estensione di Chrome sviluppata da https://www.netcraft.com, e la sua funzione principale è "Comprehensive site information and protection from phishing and malicious JavaScript when browsing the web".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Netcraft Extension

Scarica i file di estensione Netcraft Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Netcraft Extension Netcraft Extension
ID bmejphbfclcpmpohkggcjeibfilpamia
URL Ufficiale https://chromewebstore.google.com/detail/netcraft-extension/bmejphbfclcpmpohkggcjeibfilpamia
Descrizione Comprehensive site information and protection from phishing and malicious JavaScript when browsing the web
Dimensione del File 768 KB
Conteggio Installazioni 65,439
Versione Corrente 2.1.2
Ultimo Aggiornamento 2024-02-27
Data di Pubblicazione 2020-04-14
Valutazione 4.48/5 Totale 151 Valutazioni
Sviluppatore https://www.netcraft.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.netcraft.com/apps/
URL della Pagina di Aiuto https://www.netcraft.com/apps/help/
URL della Pagina della Politica sulla Privacy https://www.netcraft.com/privacy
Lingue Supportate 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"
}