Scam Block Plus

Protects you from phishing frauds

Was ist Scam Block Plus?

Scam Block Plus ist eine Chrome-Erweiterung, die von https://scamblockplus.org entwickelt wurde, und ihr Hauptmerkmal ist "Protects you from phishing frauds".

Erweiterungsscreenshots

screenshot
screenshot

Scam Block Plus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Scam Block Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Provides a layer of protection from phishing scams, including Business Email Compromise (BEC) scams.

Scam-Block-Plus will never collect your private data.

On the contrary - our main purpose is to protect your privacy, by preventing untrusted websites from stealing your personal data (using phishing technics).

Free for personal (non business) usage.

Affordable premium subscribtion is available for business employees, see:
scamblockplus.org/plans_and_pricing.html

How it works:

Online scams spread by abusing the share mechanisms of popular social networks and/or by sending e-mails.

Malicious scam posts and comments try to tempt you to click on a link that brings
you to a scam website.

ScamBlockPlus protects you when this happens.

When ScamBlockPlus is enabled in your browser and you click on a link while visiting one of the major social-networks or email-providers, if the opened website is not listed in the global trust-list and thus is an "untrusted website" then the tab is actively protected by ScamBlockPlus. Notice that the black Scam-Block-Plus incognito-icon replaces the red scam-block-plus shield-icon. This informs that ScamBlockPlus prevents the website from doing things that could compromise your security.

Features:

While visiting an untusted website, your ordinary cookies are hidden from the website. You appear to be logged-out everywhere. Thus the untrusted website can't share or like on your behalf.

Untrusted websites are prevented from receiving textual input from you. This blocks scams that trick you into logging-in or into typing and exposing your personal data.

File downloads are blocked when initiated by untrusted websites, to prevent scams that inject viruses into your computer.

By a simple click on a button you can trust a website that is not listed on the global trust-list. Scam-Block-Plus protection will be turned off for this website. At any time you can untrust a website previously trusted by you.

Please be sure not to trust a website unless you are absolutely sure that the website is legit and not a scam !!!                    

Grundlegende Informationen zur Erweiterung

Name Scam Block Plus Scam Block Plus
ID afggkmjfnjdeinbndegneoolfaagdkon
Offizielle URL https://chromewebstore.google.com/detail/scam-block-plus/afggkmjfnjdeinbndegneoolfaagdkon
Beschreibung Protects you from phishing frauds
Dateigröße 47.2 KB
Installationsanzahl 517
Aktuelle Version 1.29
Letztes Update 2019-08-02
Veröffentlichungsdatum 2019-08-02
Bewertung 4.50/5 Insgesamt 8 Bewertungen
Entwickler https://scamblockplus.org
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://scamblockplus.org/privacy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scam Block Plus",
    "description": "Protects you from phishing frauds",
    "version": "1.29",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "page_action": {
        "default_title": "Scam Block Plus protects you from phishing frauds",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "icon16.png"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ]
}