Phishing Net - Blocking Malicious Websites

Cyber protection by blocking access to malicious websites and links, preventing cyber attacks.

Co je Phishing Net - Blocking Malicious Websites?

Phishing Net - Blocking Malicious Websites je rozšíření Chrome vyvinuté https://phishingnet.co, a jeho hlavní funkcí je „Cyber protection by blocking access to malicious websites and links, preventing cyber attacks.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Phishing Net - Blocking Malicious Websites

Stáhněte si soubory rozšíření Phishing Net - Blocking Malicious Websites ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Phishing Net is a browser extension that protects you from malicious websites and links.

Your anti-virus software or internet provider will not protect you from malicious links on the internet.  

There is an ever increasing risk of some form of a cyber attack happening, because people are tricked into clicking links received in emails, on social media posts, or even links in articles that are on the internet.

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

New tactics are being developed daily to try and convince us to click malicious links by scammers and hackers, and we as a team of security professionals, decided to do something about it.  

So we've developed our browser extension to protect you from known malicious links called Phishing Net.  It automatically updates every time your web browser opens with the latest Phishing Net Cyber Threat Intelligence.

This means that even if you don't have any security measures, or you aren't connected to your employers virtual private network (VPN) that does have security measures like firewalls and proxy servers, you will not be able to reach a website address that we have identified as malicious.  Even if you do have existing security measures, having an extra one isn't a bad thing.

In the event that you click a link that we have identified as malicious, we will not allow your browser to open that link, and we will redirect you to safety.  

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

Scams and malicious links come in many guises, whether it be a get-rich-quick scheme, special offer, fake security alerts or even the promise of romance. It's easy to think it'll never happen to you, but the reality is anyone can be targeted and anyone can be tricked into clicking a malicious link.

We are continuously updating our threat intelligence with the latest cyber threats, and the only thing you need to do to update it, is restart your browser.  If you turn your laptop off on an evening and then start it up again in the morning, it will automatically update itself.  Even if you don't turn off your laptop, just closing your browser and re-opening it will do the same.

We do not monitor or record your web browsing traffic either.  What we do record is every single website that we have determined as malicious.  If you click a link that takes you to a malicious website we have identified, we record that malicious link and your license key and the time it was clicked.  Nothing else.

The free download 30 day trial license will give you unlimited access to our Phishing Net Cyber Threat Intelligence for 30 days.  If you'd like to purchase a license key to use it continuously, you can either purchase a license for £1 for 1 month, or £10 for 1 year.  That's cheaper than one fancy juice, tea or coffee a month.

It also means you'll be protected from malicious links 24 hours a day, 7 days per week, 365 days per year, for as little as £0.03 per day.   

You don't need to download the trial license to see it in action.  If you simply install the Phishing Net extension, enable it, restart your browser and then attempt to visit "suspiciouswebsites.com" (we registered that website), you will see the Phishing Net in action and you will be redirected to safety.

Once you have downloaded the extension, there is nothing you need to do to get it working other than adding a license key, when you download the trial license or purchase one.  This is all done via the "Options" page within the extension.

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

We update our threat intelligence daily, but we will also happily investigate any suspicious links that you receive.  If it is identified as malicious, we add this to our threat intelligence, and every single end user of Phishing Net will benefit from being protected from those links.

Finally one little note from our developers:

"Scammers and hackers have the ability to send millions of malicious links out to unsuspecting users attempting to infect or compromise people and their computers for malicious purposes.  So we created Phishing Net to protect every single user from all of the known malicious links scammers and hackers use, to beat them at their own game!"

Remember, if in doubt, don't click it.  Send it to us instead.                    

Základní Informace o Rozšíření

Název Phishing Net - Blocking Malicious Websites Phishing Net - Blocking Malicious Websites
ID eejekcpdblinhepfegjbhghifdombaol
Oficiální URL https://chromewebstore.google.com/detail/phishing-net-blocking-mal/eejekcpdblinhepfegjbhghifdombaol
Popis Cyber protection by blocking access to malicious websites and links, preventing cyber attacks.
Velikost souboru 12.06 KB
Počet instalací 58
Aktuální Verze 1.0
Poslední Aktualizace 2021-08-16
Datum Vydání 2021-08-14
Vývojář https://phishingnet.co
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://phishingnet.co
URL Stránky Nápovědy https://phishingnet.co/faqs.php
URL Stránky Zásad Ochrany Soukromí https://phishingnet.co/privacypolicy.php
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Phishing Net - Blocking Malicious Websites",
    "version": "1.0",
    "description": "Cyber protection by blocking access to malicious websites and links, preventing cyber attacks.",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Phishing Net"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2
}