Force HTTPS for all traffic

This extension will force HTTPS for all outgoing connections.

Force HTTPS for all trafficคืออะไร?

Force HTTPS for all traffic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Piotr Duszyński และคุณลักษณะหลักของมันคือ "This extension will force HTTPS for all outgoing connections."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Force HTTPS for all traffic

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

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

                        This extension will force HTTPS for all outgoing connections in order to improve users' security.

Note: Be aware that some website might stop working. Unfortunately, this is the price that has to be paid for disabling unencrypted traffic. Consider using a VPN (with DNS forwarding support) to access those pages.                    

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

ชื่อ Force HTTPS for all traffic Force HTTPS for all traffic
ID dpipdndjcofdfhknlfloeokjiooiojoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/force-https-for-all-traff/dpipdndjcofdfhknlfloeokjiooiojoo
คำอธิบาย This extension will force HTTPS for all outgoing connections.
ขนาดไฟล์ 68.28 KB
จำนวนการติดตั้ง 817
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-05-22
วันที่เผยแพร่ 2019-05-19
ผู้พัฒนา Piotr Duszyński
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://blog.duszynski.eu
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Force HTTPS for all traffic",
    "short_name": "Force HTTPS",
    "version": "1.0",
    "default_locale": "en",
    "description": "This extension will force HTTPS for all outgoing connections.",
    "homepage_url": "https:\/\/duszynski.eu",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icons8-privacy-16.png",
            "32": "icons\/icons8-privacy-19.png",
            "48": "icons\/icons8-privacy-48.png",
            "128": "icons\/icons8-privacy-100.png"
        }
    },
    "manifest_version": 2
}