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؟

Let's Phish, Phishing Protector هو إضافة Chrome تم تطويرها بواسطة iniquitouspsyche، والميزة الرئيسية لها هي "Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority".

تحميل ملف CRX للإضافة Let's Phish, Phishing Protector

قم بتنزيل ملفات الامتداد Let's Phish, Phishing Protector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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.                    

معلومات أساسية عن التمديد

الاسم Let's Phish, Phishing Protector Let's Phish, Phishing Protector
ID mecciabmdnfodnbeknnckolineghfeik
عنوان URL الرسمي https://chromewebstore.google.com/detail/lets-phish-phishing-prote/mecciabmdnfodnbeknnckolineghfeik
الوصف Let's Phish warns you when you visit a potential phishing page who's SSL certificate has been provided by Let's encrypt authority
حجم الملف 7.45 KB
عدد التثبيتات 23
النسخة الحالية 1.0
آخر تحديث 2017-10-09
تاريخ النشر 2017-10-08
تقييم 5.00/5 مجموع تقييمات 3
المطور iniquitouspsyche
نوع الدفع free
موقع الإضافة https://letsphish.com
اللغات المدعومة 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"
    }
}