Let's Phish, Phishing Protector

Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority

Let's Phish, Phishing Protector là gì?

Let's Phish, Phishing Protector là một tiện ích mở rộng Chrome được phát triển bởi iniquitouspsyche, và tính năng chính của nó là "Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority".

Tải xuống tệp CRX của tiện ích mở rộng Let's Phish, Phishing Protector

Tải xuống các tệp mở rộng Let's Phish, Phishing Protector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority. It helps you tackle advance phishing page which appear to be legit due to the HTTPS and the green padlock in the chrome browser.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Let's Phish, Phishing Protector Let's Phish, Phishing Protector
ID mecciabmdnfodnbeknnckolineghfeik
URL Chính Thức https://chromewebstore.google.com/detail/lets-phish-phishing-prote/mecciabmdnfodnbeknnckolineghfeik
Mô tả Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority
Kích Thước Tệp 7.45 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-10-09
Ngày Phát Hành 2017-10-08
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển iniquitouspsyche
Loại Thanh Toán free
Trang Web Mở Rộng https://letsphish.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Let's Phish, Phishing Protector",
    "description": "Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    }
}