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).」です。
拡張機能のスクリーンショット
Flafi - fast search in the scam database拡張機能のCRXファイルをダウンロード
Flafi - fast search in the scam database拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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\/*", "*:\/\/*\/*" ] } |