Flafi - fast search in the scam database

Flafi (short for FLAsc FInder) automatically checks the visited site for its presence in the database of fraudsters (on flasc.info).

Что такое Flafi - fast search in the scam database?

Flafi - fast search in the scam database - это расширение Chrome, разработанное widget, и его основная функция - "Flafi (short for FLAsc FInder) automatically checks the visited site for its presence in the database of fraudsters (on flasc.info).".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Flafi - fast search in the scam database

Скачайте файлы расширений Flafi - fast search in the scam database в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The result of the check is displayed as a change in the color of the widget button on the browser widgets panel.

The red button warns of the presence of the site in the scammers database.
Green button indicates that it is a popular site, which is often counterfeit scammers.
The blue button appears when there is no information in the database to identify the site.                    

Основная информация о расширении

Название Flafi - fast search in the scam database Flafi - fast search in the scam database
ID oplccbknceejdgaamhlhmnhbmaijffcj
Официальный URL https://chromewebstore.google.com/detail/flafi-fast-search-in-the/oplccbknceejdgaamhlhmnhbmaijffcj
Описание Flafi (short for FLAsc FInder) automatically checks the visited site for its presence in the database of fraudsters (on flasc.info).
Размер файла 970 KB
Количество установок 76
Текущая Версия 1
Последнее Обновление 2021-03-30
Дата публикации 2021-03-30
Разработчик widget
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://flasc.info
URL страницы помощи https://flasc.info/contacts
Поддерживаемые языки de,en,fr,vi,pl,ru,uk,fa,hi,th,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1",
    "name": "__MSG_title__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/buttons\/16\/default.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/flasc.info\/wapi\/*",
        "*:\/\/*\/*"
    ]
}