Nighthawk by PhishFort

Protect yourself from phishing attacks.

Nighthawk by PhishFortคืออะไร?

Nighthawk by PhishFort เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.phishfort.com และคุณลักษณะหลักของมันคือ "Protect yourself from phishing attacks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nighthawk by PhishFort

ดาวน์โหลดไฟล์ส่วนขยาย Nighthawk by PhishFort ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Key features:

✅Get notified when you are on a phishing site.
✅Get notified of phishing sites in Google search results.
✅See when you are on a safe website.
✅See verified crypto-users on the biggest social media platforms - Twitter, Facebook, LinkedIn and YouTube.
✅Report suspicious URLs/social media accounts and posts directly to the NightHawk team.

Why use Nighthawk?

🕶️Privacy focused - your data never leaves your browser.
🔍Transparent - the extension is open-source (https://github.com/phishfort/nighthawk-extension)
✨Free - Nighthawk is a Community project maintained by PhishFort.
🪩Great coverage - We protect some of the largest crypto companies in the space. PhishFort's anti-phishing intel is fed directly to the Nighthawk plugin and is the most reliable way of staying safe.

How does it work?

The plugin will indicate different colors depending on the website you're visiting.
🟢Green: Indicates that the domain is known and likely safe. For example, if you visit coinbase.com, the Nighthawk Status Icon in your toolbar will glow green.
⚪️Grey: The site hasn't been categorized. It's not necessarily unsafe, so proceed with caution!
🔴Red: The site is most likely dangerous. If you visit a malicious website, the plugin will notify you that you are on an unsafe site and you'll be sent back to safety. You're also able to bypass the warning if you need!

We're always looking to make the plugin better. Please let us know if you have any suggestions or ideas.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Nighthawk by PhishFort Nighthawk by PhishFort
ID bdiohckpogchppdldbckcdjlklanhkfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nighthawk-by-phishfort/bdiohckpogchppdldbckcdjlklanhkfc
คำอธิบาย Protect yourself from phishing attacks.
ขนาดไฟล์ 10.13 MB
จำนวนการติดตั้ง 2,932
เวอร์ชันปัจจุบัน 1.0.1.18
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2020-04-16
คะแนน 4.89/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://www.phishfort.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nighthawk.phishfort.com
URL หน้านโยบายความเป็นส่วนตัว https://nighthawk-dashboard.phishfort.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nighthawk by PhishFort",
    "description": "Protect yourself from phishing attacks.",
    "version": "1.0.1.18",
    "manifest_version": 3,
    "icons": {
        "24": "\/assets\/logo\/ic-nighthawk-trusted.png",
        "48": "\/assets\/logo\/ic-nighthawk-trusted.png"
    },
    "action": {
        "default_icon": {
            "24": "\/assets\/logo\/ic-nighthawk-unknown.png",
            "48": "\/assets\/logo\/ic-nighthawk-unknown.png"
        },
        "default_popup": "index.html",
        "default_title": "Nighthawk by PhishFort"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "match_about_blank": true,
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": ".\/static\/js\/event.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "unlimitedStorage",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/media\/*.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgYr9nz\/1W3Q+LHFEikRWKEnBBOEzbtqadG9VbWlQZgW0r8VsOdOZSpQ2YHNN2bzMhrumte2u+mkWN9DcL49cTQLqJy9BJFm4mQGxoyeQavOnhgGOBYNqZDsayC0BwwetKSgf1CTGeVuf28x\/S3uzQOoXZD\/yVBeanZ0DLs8+tZ6Un2V03s5EKLbqbWc1xpZKA3v2aORXQ+qIVLNfKD8L1LNRb1kCAtR3nsNEFjT392y5mHM5MvrHF3GecRXWoQe7TPlnsnWc+u2jmianYMfihcqN4O893VIoupcAFaZVhIbmzW0BQpErrkra00Jr5trR5AzPLDo\/K+XVaEelTx62uwIDAQAB"
}