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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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