Cryptocurrency website anti phishing
Verify Cryptocurrency exchange, wallet and protect users against phishing attacks
Cos'è Cryptocurrency website anti phishing?
Cryptocurrency website anti phishing è un'estensione di Chrome sviluppata da Arman Feyzi, e la sua funzione principale è "Verify Cryptocurrency exchange, wallet and protect users against phishing attacks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cryptocurrency website anti phishing
Scarica i file di estensione Cryptocurrency website anti phishing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Cryptocurrency website anti phishing |
ID | gemckbcnhjhpkieinkcpdeemgjidlmfn |
URL Ufficiale | https://chromewebstore.google.com/detail/cryptocurrency-website-an/gemckbcnhjhpkieinkcpdeemgjidlmfn |
Descrizione | Verify Cryptocurrency exchange, wallet and protect users against phishing attacks |
Dimensione del File | 254 KB |
Conteggio Installazioni | 56 |
Versione Corrente | 1.1.6 |
Ultimo Aggiornamento | 2019-04-28 |
Data di Pubblicazione | 2019-04-28 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Arman Feyzi |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/ArmanFeyzi/crypto-anti-phishing |
Lingue Supportate | 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" ] } |