Phishing Net - Virtual Firewall

Virtual Firewall by blocking access to malicious websites and links, preventing phishing attacks.

Phishing Net - Virtual Firewallคืออะไร?

Phishing Net - Virtual Firewall เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://phishingnet.co และคุณลักษณะหลักของมันคือ "Virtual Firewall by blocking access to malicious websites and links, preventing phishing attacks."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Phishing Net - Virtual Firewall

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

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

                        Phishing Net is a FREE web browser extension (and always will be, without any limitations) that acts as a virtual firewall, protecting you from malicious websites, domains and links.

Your anti-virus software or internet provider will protect you from some malicious links on the internet, but not all of them.  

We capture and process threat intelligence everyday and share this with all of our users.  It is automatically updated every time you open your browser.

We share our threat intelligence with everyone and encourage you to do the same.  If you've received a suspicious link,  don't click it, but share it with us instead and we can investigate and  protect all of our users from it.

Legitimate businesses and organisations are impersonated everyday.  95% of cyber attacks are the result of successful phishing. 

How does Phishing Net work?

Step 1: In the background of Phishing Net, we are reading all of the links, websites and domains that are attempting to be loaded to view the website you are visiting, without recording any of your traffic.  All of this is checked against the Phishing Net Threat Intelligence database.

Step 2: If the malicious link matches a link, website or domain in our database, Phishing Net will deny the traffic being loaded and redirect you to safety. 

36 million people have been targeted by scammers and hackers so far this year (2021).  

Installing our extension has no impact on your browsers performance at all.  Phishing Net is extremely lightweight, but also extremely powerful.                    

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

ชื่อ Phishing Net - Virtual Firewall Phishing Net - Virtual Firewall
ID fanekaoedghogfjbnbdifeckiflbclkf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/phishing-net-virtual-fire/fanekaoedghogfjbnbdifeckiflbclkf
คำอธิบาย Virtual Firewall by blocking access to malicious websites and links, preventing phishing attacks.
ขนาดไฟล์ 11.99 KB
จำนวนการติดตั้ง 29
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-11-30
วันที่เผยแพร่ 2021-11-22
ผู้พัฒนา https://phishingnet.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://phishingnet.co
URL หน้าช่วยเหลือ https://phishingnet.co/faqs.php
URL หน้านโยบายความเป็นส่วนตัว https://phishingnet.co/privacypolicy.php
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Phishing Net - Virtual Firewall",
    "version": "1.0",
    "description": "Virtual Firewall by blocking access to malicious websites and links, preventing phishing attacks.",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Phishing Net - Virtual Firewall"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2
}