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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
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
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"
    ]
}