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是由widget开发的Chrome扩展程序,该扩展的主要功能是“Flafi (short for FLAsc FInder) automatically checks the visited site for its presence in the database of fraudsters (on flasc.info).”。

扩展截图

screenshot
screenshot
screenshot

下载Flafi - fast search in the scam database扩展crx文件

下载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\/*",
        "*:\/\/*\/*"
    ]
}