Scam Block Plus

Protects you from phishing frauds

Qu'est-ce que Scam Block Plus ?

Scam Block Plus est une extension Chrome développée par https://scamblockplus.org, et sa fonction principale est "Protects you from phishing frauds".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Scam Block Plus

Téléchargez les fichiers d'extension Scam Block Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Scam Block Plus Scam Block Plus
ID afggkmjfnjdeinbndegneoolfaagdkon
URL Officiel https://chromewebstore.google.com/detail/scam-block-plus/afggkmjfnjdeinbndegneoolfaagdkon
Description Protects you from phishing frauds
Taille du Fichier 47.2 KB
Nombre d'Installations 517
Version Actuelle 1.29
Dernière Mise à Jour 2019-08-02
Date de Publication 2019-08-02
Évaluation 4.50/5 Total 8 Évaluations
Développeur https://scamblockplus.org
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://scamblockplus.org/privacy.html
Langues Prises en Charge 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",
        ""
    ]
}