Scam Block Plus

Protects you from phishing frauds

Scam Block Plusとは何ですか?

Scam Block Plusはhttps://scamblockplus.orgによって開発されたChromeの拡張機能で、その主な機能は「Protects you from phishing frauds」です。

拡張機能のスクリーンショット

screenshot
screenshot

Scam Block Plus拡張機能のCRXファイルをダウンロード

Scam Block Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Scam Block Plus Scam Block Plus
ID afggkmjfnjdeinbndegneoolfaagdkon
公式URL https://chromewebstore.google.com/detail/scam-block-plus/afggkmjfnjdeinbndegneoolfaagdkon
説明 Protects you from phishing frauds
ファイルサイズ 47.2 KB
インストール数 517
現在のバージョン 1.29
最終更新日 2019-08-02
公開日 2019-08-02
評価 4.50/5 合計 8 レビュー
開発者 https://scamblockplus.org
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://scamblockplus.org/privacy.html
対応言語 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",
        ""
    ]
}