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).
Wat is Flafi - fast search in the scam database?
Flafi - fast search in the scam database is een Chrome-extensie ontwikkeld door widget, en de belangrijkste functie is "Flafi (short for FLAsc FInder) automatically checks the visited site for its presence in the database of fraudsters (on flasc.info).".
Extensie Screenshots
Download het CRX-bestand van de extensie Flafi - fast search in the scam database
Download Flafi - fast search in the scam database-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Flafi - fast search in the scam database |
ID | oplccbknceejdgaamhlhmnhbmaijffcj |
Officiële URL | https://chromewebstore.google.com/detail/flafi-fast-search-in-the/oplccbknceejdgaamhlhmnhbmaijffcj |
Beschrijving | Flafi (short for FLAsc FInder) automatically checks the visited site for its presence in the database of fraudsters (on flasc.info). |
Bestandsgrootte | 970 KB |
Aantal Installaties | 76 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2021-03-30 |
Publicatiedatum | 2021-03-30 |
Ontwikkelaar | widget |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://flasc.info |
Help Pagina-URL | https://flasc.info/contacts |
Ondersteunde Talen | 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\/*", "*:\/\/*\/*" ] } |