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).
What is Flafi - fast search in the scam database?
Flafi - fast search in the scam database is a Chrome extension developed by widget, and its main feature is "Flafi (short for FLAsc FInder) automatically checks the visited site for its presence in the database of fraudsters (on flasc.info).".
Extension Screenshots
Download Flafi - fast search in the scam database Extension CRX File
Download Flafi - fast search in the scam database extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Flafi - fast search in the scam database |
ID | oplccbknceejdgaamhlhmnhbmaijffcj |
Official URL | https://chromewebstore.google.com/detail/flafi-fast-search-in-the/oplccbknceejdgaamhlhmnhbmaijffcj |
Description | Flafi (short for FLAsc FInder) automatically checks the visited site for its presence in the database of fraudsters (on flasc.info). |
File Size | 970 KB |
Installation Count | 76 |
Current Version | 1 |
Last Updated | 2021-03-30 |
Publish Date | 2021-03-30 |
Developer | widget |
[email protected] | |
Payment Type | free |
Extension Website | https://flasc.info |
Help Page URL | https://flasc.info/contacts |
Supported Languages | 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\/*", "*:\/\/*\/*" ] } |