Cryptocurrency website anti phishing
Verify Cryptocurrency exchange, wallet and protect users against phishing attacks
Wat is Cryptocurrency website anti phishing?
Cryptocurrency website anti phishing is een Chrome-extensie ontwikkeld door Arman Feyzi, en de belangrijkste functie is "Verify Cryptocurrency exchange, wallet and protect users against phishing attacks".
Extensie Screenshots
Download het CRX-bestand van de extensie Cryptocurrency website anti phishing
Download Cryptocurrency website anti phishing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Cryptocurrency website anti phishing |
ID | gemckbcnhjhpkieinkcpdeemgjidlmfn |
Officiële URL | https://chromewebstore.google.com/detail/cryptocurrency-website-an/gemckbcnhjhpkieinkcpdeemgjidlmfn |
Beschrijving | Verify Cryptocurrency exchange, wallet and protect users against phishing attacks |
Bestandsgrootte | 254 KB |
Aantal Installaties | 56 |
Huidige Versie | 1.1.6 |
Laatst Bijgewerkt | 2019-04-28 |
Publicatiedatum | 2019-04-28 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Arman Feyzi |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/ArmanFeyzi/crypto-anti-phishing |
Ondersteunde Talen | 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" ] } |