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 - это расширение Chrome, разработанное tomasbortoli, и его основная функция - "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

Скачать файл CRX расширения Fraud Blocker

Скачайте файлы расширений 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"
    ]
}