Cryptocurrency website anti phishing
Verify Cryptocurrency exchange, wallet and protect users against phishing attacks
Cryptocurrency website anti phishing là gì?
Cryptocurrency website anti phishing là một tiện ích mở rộng Chrome được phát triển bởi Arman Feyzi, và tính năng chính của nó là "Verify Cryptocurrency exchange, wallet and protect users against phishing attacks".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cryptocurrency website anti phishing
Tải xuống các tệp mở rộng Cryptocurrency website anti phishing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cryptocurrency website anti phishing |
ID | gemckbcnhjhpkieinkcpdeemgjidlmfn |
URL Chính Thức | https://chromewebstore.google.com/detail/cryptocurrency-website-an/gemckbcnhjhpkieinkcpdeemgjidlmfn |
Mô tả | Verify Cryptocurrency exchange, wallet and protect users against phishing attacks |
Kích Thước Tệp | 254 KB |
Số Lần Cài Đặt | 56 |
Phiên Bản Hiện Tại | 1.1.6 |
Cập Nhật Lần Cuối | 2019-04-28 |
Ngày Phát Hành | 2019-04-28 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Arman Feyzi |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/ArmanFeyzi/crypto-anti-phishing |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |