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).

Apa itu Flafi - fast search in the scam database?

Flafi - fast search in the scam database adalah ekstensi Chrome yang dikembangkan oleh widget, dan fitur utamanya adalah "Flafi (short for FLAsc FInder) automatically checks the visited site for its presence in the database of fraudsters (on flasc.info).".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Flafi - fast search in the scam database

Unduh file ekstensi Flafi - fast search in the scam database dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Flafi - fast search in the scam database Flafi - fast search in the scam database
ID oplccbknceejdgaamhlhmnhbmaijffcj
URL Resmi https://chromewebstore.google.com/detail/flafi-fast-search-in-the/oplccbknceejdgaamhlhmnhbmaijffcj
Deskripsi Flafi (short for FLAsc FInder) automatically checks the visited site for its presence in the database of fraudsters (on flasc.info).
Ukuran File 970 KB
Jumlah Instalasi 76
Versi Saat Ini 1
Terakhir Diperbarui 2021-03-30
Tanggal Publikasi 2021-03-30
Pengembang widget
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://flasc.info
URL Halaman Bantuan https://flasc.info/contacts
Bahasa yang Didukung 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\/*",
        "*:\/\/*\/*"
    ]
}