Scam Block Plus

Protects you from phishing frauds

What is Scam Block Plus?

Scam Block Plus is a Chrome extension developed by https://scamblockplus.org, and its main feature is "Protects you from phishing frauds".

Extension Screenshots

screenshot
screenshot

Download Scam Block Plus Extension CRX File

Download Scam Block Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 !!!                    

Extension Basic Information

Name Scam Block Plus Scam Block Plus
ID afggkmjfnjdeinbndegneoolfaagdkon
Official URL https://chromewebstore.google.com/detail/scam-block-plus/afggkmjfnjdeinbndegneoolfaagdkon
Description Protects you from phishing frauds
File Size 47.2 KB
Installation Count 517
Current Version 1.29
Last Updated 2019-08-02
Publish Date 2019-08-02
Rating 4.50/5 Total 8 Ratings
Developer https://scamblockplus.org
Email [email protected]
Payment Type free
Privacy Policy Page URL https://scamblockplus.org/privacy.html
Supported Languages 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",
        ""
    ]
}