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 là gì?

Fraud Blocker là một tiện ích mở rộng Chrome được phát triển bởi tomasbortoli, và tính năng chính của nó là "Protect from Fraudulent Sites blocking the access. Warn on sites reported but not confirmed to be Fraud. You can to report sites too".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fraud Blocker

Tải xuống các tệp mở rộng Fraud Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fraud Blocker Fraud Blocker
ID mbkgkcnibjdpieobolniabeakmlpfhhk
URL Chính Thức https://chromewebstore.google.com/detail/fraud-blocker/mbkgkcnibjdpieobolniabeakmlpfhhk
Mô tả Protect from Fraudulent Sites blocking the access. Warn on sites reported but not confirmed to be Fraud. You can to report sites too
Kích Thước Tệp 160 KB
Số Lần Cài Đặt 160
Phiên Bản Hiện Tại 0.6.4
Cập Nhật Lần Cuối 2022-03-11
Ngày Phát Hành 2017-11-05
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển tomasbortoli
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fraudblocker.publicvm.com/
URL Trang Trợ Giúp https://fraudblocker.publicvm.com/contact.php
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}