Cryptocurrency website anti phishing

Verify Cryptocurrency exchange, wallet and protect users against phishing attacks

ما هو Cryptocurrency website anti phishing؟

Cryptocurrency website anti phishing هو إضافة Chrome تم تطويرها بواسطة Arman Feyzi، والميزة الرئيسية لها هي "Verify Cryptocurrency exchange, wallet and protect users against phishing attacks".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Cryptocurrency website anti phishing

قم بتنزيل ملفات الامتداد Cryptocurrency website anti phishing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة المساعدة 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"
    ]
}