Cryptocurrency website anti phishing

Verify Cryptocurrency exchange, wallet and protect users against phishing attacks

什麼是Cryptocurrency website anti phishing?

Cryptocurrency website anti phishing是由Arman Feyzi開發的Chrome擴展程式,該擴展的主要功能是“Verify Cryptocurrency exchange, wallet and protect users against phishing attacks”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Cryptocurrency website anti phishing擴展crx文件

下載Cryptocurrency website anti phishing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Cryptocurrency website anti phishing Cryptocurrency website anti phishing
ID gemckbcnhjhpkieinkcpdeemgjidlmfn
官方網址 https://chromewebstore.google.com/detail/cryptocurrency-website-an/gemckbcnhjhpkieinkcpdeemgjidlmfn
簡介 Verify Cryptocurrency exchange, wallet and protect users against phishing attacks
檔案大小 254 KB
安裝次數 56
目前版本 1.1.6
更新時間 2019-04-28
上架時間 2019-04-28
評分 5.00/5 共 4 次評分
開發者 Arman Feyzi
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://github.com/ArmanFeyzi/crypto-anti-phishing
支援的語言 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"
    ]
}