Force HTTPS for all traffic

This extension will force HTTPS for all outgoing connections.

Force HTTPS for all traffic là gì?

Force HTTPS for all traffic là một tiện ích mở rộng Chrome được phát triển bởi Piotr Duszyński, và tính năng chính của nó là "This extension will force HTTPS for all outgoing connections.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Force HTTPS for all traffic

Tải xuống các tệp mở rộng Force HTTPS for all traffic 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

                        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.                    

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

Tên Force HTTPS for all traffic Force HTTPS for all traffic
ID dpipdndjcofdfhknlfloeokjiooiojoo
URL Chính Thức https://chromewebstore.google.com/detail/force-https-for-all-traff/dpipdndjcofdfhknlfloeokjiooiojoo
Mô tả This extension will force HTTPS for all outgoing connections.
Kích Thước Tệp 68.28 KB
Số Lần Cài Đặt 817
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-05-22
Ngày Phát Hành 2019-05-19
Nhà Phát Triển Piotr Duszyński
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://blog.duszynski.eu
Ngôn Ngữ Được Hỗ Trợ 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
}