ZecOps Anti-Phishing Extension

Augment the web with indicators that help detect phishing attempts

ZecOps Anti-Phishing Extensionคืออะไร?

ZecOps Anti-Phishing Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ZecOps และคุณลักษณะหลักของมันคือ "Augment the web with indicators that help detect phishing attempts"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZecOps Anti-Phishing Extension

ดาวน์โหลดไฟล์ส่วนขยาย ZecOps Anti-Phishing Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The extension augments websites with additional visual information, allowing to make an informed decision about a website's legitimacy. The user can take into account context such as the origin of the link and the sensitivity of the information about to be entered.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ZecOps Anti-Phishing Extension ZecOps Anti-Phishing Extension
ID dhjplchhbdhcpfnoikedapfmhgenfpef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zecops-anti-phishing-exte/dhjplchhbdhcpfnoikedapfmhgenfpef
คำอธิบาย Augment the web with indicators that help detect phishing attempts
ขนาดไฟล์ 138 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2021-04-02
วันที่เผยแพร่ 2021-04-02
ผู้พัฒนา ZecOps
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://anti-phishing.zecops.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZecOps Anti-Phishing Extension",
    "version": "1.0.5",
    "description": "Augment the web with indicators that help detect phishing attempts",
    "content_scripts": [
        {
            "css": [
                "libraries\/tippy.css",
                "website_info.css"
            ],
            "js": [
                "libraries\/browser-polyfill.min.js",
                "libraries\/color-hash.js",
                "libraries\/crc32.js",
                "libraries\/popper.min.js",
                "libraries\/tippy.umd.min.js",
                "functions.js",
                "website_info.js",
                "content_scripts\/content_scripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "libraries\/browser-polyfill.min.js",
            "libraries\/psl.min.js",
            "libraries\/punycode.min.js",
            "libraries\/zip-full.min.js",
            "functions.js",
            "background\/domain_ranking.js",
            "background\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/s3.amazonaws.com\/alexa-static\/top-1m.csv.zip.",
        "storage",
        "unlimitedStorage",
        "history",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "32": "images\/icon-32.png",
            "38": "images\/icon-38.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "browser_style": true,
        "chrome_style": true,
        "open_in_tab": false
    },
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2
}