HTTPS Protect

Secure site with HTTPS

HTTPS Protect là gì?

HTTPS Protect là một tiện ích mở rộng Chrome được phát triển bởi HTTPS Protect, và tính năng chính của nó là "Secure site with HTTPS".

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

screenshot
screenshot

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

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

                        Using HTTPS Protect Automatically switch to the secure HTTPS protocol where possible. HTTPS Protect automatically switches thousands of sites from insecure "http" to secure "https". HTTPS Protect protects you from many forms of surveillance, account hacking, and certain types of censorship.

If HTTPS Protect makes the site look strange or break, you can disable HTTPS Protect for this site using the button in the address bar in the upper right corner of the screen.

If you like HTTPS Protect, share it with others. Your positive feedback helps improve it. Thanks!

----------------------------------

★ Reviews - Users of HTTPS Protect (we are proud)

Josh Byrnes ★★★★★
Amazing sequel. The HTTPS Protect extension provides a new way to think about security.

Reth Tard★★★★★
HTTPS Protect great extension , very useful.

James urban ★★★★★
This app is amazing! HTTPS Protect makes your browser use much more secure HTTPS when communicating with websites, and HTTPS Protect allows you to encrypt most of the regular background messages that are always present.

Peter JB ★★★★★
This tool is good, all unprotected sites are now blocked, thanks HTTPS Protect!

Shah Chann ★★★★★
HTTPS Protect A good working team works without problems.

Joshua Valvi ★★★★★
HTTPS Protect works well, I did not have errors or crashes with this extension. all in all I like it, it works like HTTPS Protect.

Tim Howes ★★★★★
I love the HTTPS Protect extension Everyone should have this extension !!

SHADY TECH ★★★★★
Thanks to the developers of HTTPS Protect for a great app.
Very helpful!

Frozen Scribble ★★★★★
HTTPS Protect is trying to better provide HTTPS with a secure connection to all sites. Fine

Howard Samuel ★★★★★
I tried this extension and I like it! HTTPS Protect enlightened me on the importance of being safe browsing. I would recommend this app to everyone. HTTPS Protect impressed me everywhere. I feel confident and anxious when it supports my browser.

----------------------------------

List of changes to HTTPS Protect (major changes):

- Minor corrections. HTTPS Protect UI Material Updated
- Improved HTTPS Protect installation page for connection.
- HTTPS Protect rule fixes
- Increased speed of HTTPS Protect
- Minor technical fixes for usability of HTTPS Protect                    

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

Tên HTTPS Protect HTTPS Protect
ID lgjhbnolfbdbpkcaphadknnpmjgcnjgp
URL Chính Thức https://chrome.google.com/webstore/detail/https-protect/lgjhbnolfbdbpkcaphadknnpmjgcnjgp
Mô tả Secure site with HTTPS
Kích Thước Tệp 80.46 KB
Số Lần Cài Đặt 816
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-01-25
Ngày Phát Hành 2020-01-19
Đánh Giá 4.95/5 Tổng số 64 Đánh Giá
Nhà Phát Triển HTTPS Protect
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.1",
    "default_locale": "en",
    "background": {
        "scripts": [
            "main-thread.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/logo.png"
        },
        "default_popup": "public\/popup\/index.html",
        "default_title": "__MSG_name__"
    },
    "icons": {
        "128": "images\/logo.png"
    },
    "incognito": "spanning",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "",
        "tabs",
        "storage",
        "*:\/\/*\/*",
        "ftp:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'",
    "web_accessible_resources": [
        "\/public\/*"
    ]
}