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 |
电子邮箱 | [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" ] } |