Netcraft Extension

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

Netcraft Extension란 무엇입니까?

Netcraft Extension은(는) https://www.netcraft.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Comprehensive site information and protection from phishing and malicious JavaScript when browsing the web"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Netcraft Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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/                    

확장 프로그램 기본 정보

이름 Netcraft Extension Netcraft Extension
ID bmejphbfclcpmpohkggcjeibfilpamia
공식 URL https://chromewebstore.google.com/detail/netcraft-extension/bmejphbfclcpmpohkggcjeibfilpamia
설명 Comprehensive site information and protection from phishing and malicious JavaScript when browsing the web
파일 크기 768 KB
설치 횟수 65,439
현재 버전 2.1.2
최근 업데이트 2024-02-27
출시 날짜 2020-04-14
평점 4.48/5 총 151 개의 평점
개발자 https://www.netcraft.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.netcraft.com/apps/
도움말 페이지 URL https://www.netcraft.com/apps/help/
개인정보 보호 정책 페이지 URL https://www.netcraft.com/privacy
지원되는 언어 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"
}