Cryptocurrency website anti phishing

Verify Cryptocurrency exchange, wallet and protect users against phishing attacks

¿Qué es Cryptocurrency website anti phishing?

Cryptocurrency website anti phishing es una extensión de Chrome desarrollada por Arman Feyzi, y su función principal es "Verify Cryptocurrency exchange, wallet and protect users against phishing attacks".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Cryptocurrency website anti phishing

Descarga archivos de extensión Cryptocurrency website anti phishing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Cryptocurrency website anti phishing Cryptocurrency website anti phishing
ID gemckbcnhjhpkieinkcpdeemgjidlmfn
URL Oficial https://chromewebstore.google.com/detail/cryptocurrency-website-an/gemckbcnhjhpkieinkcpdeemgjidlmfn
Descripción Verify Cryptocurrency exchange, wallet and protect users against phishing attacks
Tamaño del Archivo 254 KB
Cantidad de Instalaciones 56
Versión Actual 1.1.6
Última Actualización 2019-04-28
Fecha de Publicación 2019-04-28
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador Arman Feyzi
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://github.com/ArmanFeyzi/crypto-anti-phishing
Idiomas Soportados 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"
    ]
}