Cryptocurrency website anti phishing

Verify Cryptocurrency exchange, wallet and protect users against phishing attacks

Qu'est-ce que Cryptocurrency website anti phishing ?

Cryptocurrency website anti phishing est une extension Chrome développée par Arman Feyzi, et sa fonction principale est "Verify Cryptocurrency exchange, wallet and protect users against phishing attacks".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cryptocurrency website anti phishing

Téléchargez les fichiers d'extension Cryptocurrency website anti phishing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Cryptocurrency website anti phishing Cryptocurrency website anti phishing
ID gemckbcnhjhpkieinkcpdeemgjidlmfn
URL Officiel https://chromewebstore.google.com/detail/cryptocurrency-website-an/gemckbcnhjhpkieinkcpdeemgjidlmfn
Description Verify Cryptocurrency exchange, wallet and protect users against phishing attacks
Taille du Fichier 254 KB
Nombre d'Installations 56
Version Actuelle 1.1.6
Dernière Mise à Jour 2019-04-28
Date de Publication 2019-04-28
Évaluation 5.00/5 Total 4 Évaluations
Développeur Arman Feyzi
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/ArmanFeyzi/crypto-anti-phishing
Langues Prises en Charge 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"
    ]
}