Cryptocurrency website anti phishing
Verify Cryptocurrency exchange, wallet and protect users against phishing attacks
O que é Cryptocurrency website anti phishing?
Cryptocurrency website anti phishing é uma extensão do Chrome desenvolvida por Arman Feyzi, e sua principal característica é "Verify Cryptocurrency exchange, wallet and protect users against phishing attacks".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cryptocurrency website anti phishing
Baixe arquivos de extensão Cryptocurrency website anti phishing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Cryptocurrency website anti phishing |
ID | gemckbcnhjhpkieinkcpdeemgjidlmfn |
URL Oficial | https://chromewebstore.google.com/detail/cryptocurrency-website-an/gemckbcnhjhpkieinkcpdeemgjidlmfn |
Descrição | Verify Cryptocurrency exchange, wallet and protect users against phishing attacks |
Tamanho do Arquivo | 254 KB |
Contagem de Instalações | 56 |
Versão Atual | 1.1.6 |
Última Atualização | 2019-04-28 |
Data de Publicação | 2019-04-28 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | Arman Feyzi |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/ArmanFeyzi/crypto-anti-phishing |
Idiomas Suportados | 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" ] } |