Fraud Blocker

Protect from Fraudulent Sites blocking the access. Warn on sites reported but not confirmed to be Fraud. You can to report sites too

什么是Fraud Blocker?

Fraud Blocker是由tomasbortoli开发的Chrome扩展程序,该扩展的主要功能是“Protect from Fraudulent Sites blocking the access. Warn on sites reported but not confirmed to be Fraud. You can to report sites too”。

扩展截图

screenshot
screenshot
screenshot

下载Fraud Blocker扩展crx文件

下载Fraud Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        It's aim is to block online Fraudulent sites. 
It blocks the access to the sites that are Fraudulent (in our database). 
It Warns (with an on-page toolbar) you when accessing a site that has been reported by users but it's still not confirmed to be a fraud by us.
It allows you to report Fraudulent sites too!

The system is based on users feedback, so participate actively if you can!

Contact: [email protected]                    

扩展基本信息

名称 Fraud Blocker Fraud Blocker
ID mbkgkcnibjdpieobolniabeakmlpfhhk
官方URL https://chromewebstore.google.com/detail/fraud-blocker/mbkgkcnibjdpieobolniabeakmlpfhhk
简介 Protect from Fraudulent Sites blocking the access. Warn on sites reported but not confirmed to be Fraud. You can to report sites too
文件大小 160 KB
安装次数 160
当前版本 0.6.4
更新时间 2022-03-11
上架时间 2017-11-05
评分 3.50/5 共2次评分
开发者 tomasbortoli
电子邮箱 [email protected]
付费类型 free
扩展官网 https://fraudblocker.publicvm.com/
帮助页面URL https://fraudblocker.publicvm.com/contact.php
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fraud Blocker",
    "version": "0.6.4",
    "description": "Protect from Fraudulent Sites blocking the access. Warn on sites reported but not confirmed to be Fraud. You can to report sites too",
    "author": "Tomas Bortoli",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background-page.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "32": "icons\/fraud-32.png",
            "64": "icons\/fraud-64.png"
        },
        "default_title": "Fraud Blocker",
        "default_popup": "popup\/popup.html",
        "browser_style": true
    },
    "web_accessible_resources": [
        "web\/black.html",
        "icons\/thief.svg",
        "icons\/fraud-200.png"
    ]
}