Cryptocurrency website anti phishing
Verify Cryptocurrency exchange, wallet and protect users against phishing attacks
Cryptocurrency website anti phishingとは何ですか?
Cryptocurrency website anti phishingはArman Feyziによって開発されたChromeの拡張機能で、その主な機能は「Verify Cryptocurrency exchange, wallet and protect users against phishing attacks」です。
拡張機能のスクリーンショット
Cryptocurrency website anti phishing拡張機能のCRXファイルをダウンロード
Cryptocurrency website anti phishing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This chrome extension has been developed in order to protect the users from phishing attacks on cryptocurrency websites. for example, if the user wants to browse a Binance website or Bittrex or ..., if URL is correct, This extension will notify the user mainly by sending a notification or turning the extension icon to green which indicates that the website is safe. This extension is available as an open source and free project. Github: https://github.com/ArmanFeyzi/crypto-anti-phishing Donate: BTC: 325HhrjquHv1NymUrrMSc8cnH2U8V139hT Tippin: https://tippin.me/@ArmanFeyzi
拡張機能の基本情報
名前 | Cryptocurrency website anti phishing |
ID | gemckbcnhjhpkieinkcpdeemgjidlmfn |
公式URL | https://chromewebstore.google.com/detail/cryptocurrency-website-an/gemckbcnhjhpkieinkcpdeemgjidlmfn |
説明 | Verify Cryptocurrency exchange, wallet and protect users against phishing attacks |
ファイルサイズ | 254 KB |
インストール数 | 56 |
現在のバージョン | 1.1.6 |
最終更新日 | 2019-04-28 |
公開日 | 2019-04-28 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Arman Feyzi |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/ArmanFeyzi/crypto-anti-phishing |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.1.6", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "32": "images\/icon-32.png", "128": "images\/icon-128.png" }, "page_action": { "default_icon": { "32": "images\/icon-32.png", "128": "images\/icon-128.png" }, "default_title": "Crypto Verifer", "default_popup": "popup.html" }, "default_locale": "en", "options_page": "options.html", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "tabs", "notifications", "storage" ] } |