CheckMyHTTPS

CheckMyHTTPS ensures that your HTTPS connections are not hijacked and therefore not listened to.

CheckMyHTTPSคืออะไร?

CheckMyHTTPS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CheckMyHTTPS Team และคุณลักษณะหลักของมันคือ "CheckMyHTTPS ensures that your HTTPS connections are not hijacked and therefore not listened to."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CheckMyHTTPS

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

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

                        CheckMyHTTPS ensures that your secured WEB connections ('HTTPS' protocol) are not intercepted (neither decrypted, nor listened, nor modified).

When browsing on secured sites ("https://..." sites), you can check the security status by clicking on the extension icon (check).
- The icon is green: your connection is not compromised
- The icon is red: your connection is considered very risky (hijacked, modified, listened)

Technical details:
Normally, before encrypting an HTTPS connection, a secure website must prove its identity to your browser by sending it its security certificate. This certificate can be considered as an identity card issued by higher authorities (Certificate Authorities). There are several techniques of usurpation based on false certificates (false identity cards) or homographers (false names) to make you believe that a "pirate" site is the legitimate site you think you are visiting. These techniques allow pirate sites to retrieve your private information.
CheckMyHTTPS allows you to detect this type of practice, which can be implemented on open WI-FI access points (hotels, conference centres, stations, etc.) or even within your company via its outband firewall (SSL inspection). To detect this, the extension compares the certificate of the visited site that is received by your browser with the same certificate retrieved by an external "verification server" located on the Internet. If the certificates differ, the identity of the server can be considered as usurped (red icon).

Respect for privacy?
The CheckMyHTTPS extension requires only two parameters : The name of the visited website and the certificate received from it;
The external "verification server" only receives the name of the visited website. If you want, you can make this "verification server" yourself.

All explanations are detailed on the project website: https://checkmyhttps.net.                    

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

ชื่อ CheckMyHTTPS CheckMyHTTPS
ID jbnodnfpdcegpnflleanllmiihkinkio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/checkmyhttps/jbnodnfpdcegpnflleanllmiihkinkio
คำอธิบาย CheckMyHTTPS ensures that your HTTPS connections are not hijacked and therefore not listened to.
ขนาดไฟล์ 75.92 KB
จำนวนการติดตั้ง 677
เวอร์ชันปัจจุบัน 5.7.0
อัปเดตครั้งล่าสุด 2023-05-09
วันที่เผยแพร่ 2020-01-23
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา CheckMyHTTPS Team
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://checkmyhttps.net/
URL หน้าช่วยเหลือ https://github.com/checkmyhttps/checkmyhttps/issues
ภาษาที่รองรับ en,fr
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "128": "images\/icon.png"
        }
    },
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "128": "images\/icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnaqK\/LcMIdkzflE6LlaKskw1tESqq3NhJhyQr923GMzn7dXeF3f1cXTHdqfG\/eOVsd+dLc3YB3GBKBsRnWi4tqX09ZAejgBoL5YJfQyR9ZAORZsCRN7cViL\/Gp9hNz8kPWipjhf90pwaDeTsk9ClJHOjwShC2R1VVog67QMelKtuRQgsi9IDTbU+pL27HCflBgsVN9rI0On\/4cezzFh6wvB0\/N2EEdywQXTbGvSH1bXssHVcJvjtNLtDfE56kzsNjAb6DpHXOEoTHpmkTqibMuqTh\/wpFvQ1G225+CJIn7OG1yiGnfxzhaZwjLs4U0ElBdFHUuDSkcltvMqFs0IkGwIDAQAB",
    "manifest_version": 2,
    "name": "CheckMyHTTPS",
    "options_ui": {
        "browser_style": true,
        "open_in_tab": false,
        "page": "options\/options.html"
    },
    "permissions": [
        "downloads",
        "nativeMessaging",
        "notifications",
        "storage",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.7.0"
}