Scam Block Plus

Protects you from phishing frauds

O que é Scam Block Plus?

Scam Block Plus é uma extensão do Chrome desenvolvida por https://scamblockplus.org, e sua principal característica é "Protects you from phishing frauds".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Scam Block Plus

Baixe arquivos de extensão Scam Block Plus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Scam Block Plus Scam Block Plus
ID afggkmjfnjdeinbndegneoolfaagdkon
URL Oficial https://chromewebstore.google.com/detail/scam-block-plus/afggkmjfnjdeinbndegneoolfaagdkon
Descrição Protects you from phishing frauds
Tamanho do Arquivo 47.2 KB
Contagem de Instalações 517
Versão Atual 1.29
Última Atualização 2019-08-02
Data de Publicação 2019-08-02
Classificação 4.50/5 Total de 8 Avaliações
Desenvolvedor https://scamblockplus.org
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://scamblockplus.org/privacy.html
Idiomas Suportados 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",
        ""
    ]
}