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

Cos'è Flafi - fast search in the scam database?

Flafi - fast search in the scam database è un'estensione di Chrome sviluppata da widget, e la sua funzione principale è "Flafi (short for FLAsc FInder) automatically checks the visited site for its presence in the database of fraudsters (on flasc.info).".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Flafi - fast search in the scam database

Scarica i file di estensione Flafi - fast search in the scam database in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Flafi - fast search in the scam database Flafi - fast search in the scam database
ID oplccbknceejdgaamhlhmnhbmaijffcj
URL Ufficiale https://chromewebstore.google.com/detail/flafi-fast-search-in-the/oplccbknceejdgaamhlhmnhbmaijffcj
Descrizione Flafi (short for FLAsc FInder) automatically checks the visited site for its presence in the database of fraudsters (on flasc.info).
Dimensione del File 970 KB
Conteggio Installazioni 76
Versione Corrente 1
Ultimo Aggiornamento 2021-03-30
Data di Pubblicazione 2021-03-30
Sviluppatore widget
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://flasc.info
URL della Pagina di Aiuto https://flasc.info/contacts
Lingue Supportate 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\/*",
        "*:\/\/*\/*"
    ]
}