stay https
use secure https connection whenever possible
stay https là gì?
stay https là một tiện ích mở rộng Chrome được phát triển bởi https://j.end.as, và tính năng chính của nó là "use secure https connection whenever possible".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng stay https
Tải xuống các tệp mở rộng stay https 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
converts all insecure connections to secure ones
features
* secure browsing whenever possible
* automatic learning as you browse
* no external connections or dependencies
* ignore list
history
* 1.5 https to http redirect loop detection
* 1.4 improved redirection handling
* 1.3 improved user interface
* 1.2 new user interface
* 1.1 improved subdomain handling
* 1.0 stay https first release
for more information and source code see
http://j.end.as/projects/stay-https Thông Tin Cơ Bản về Tiện Ích Mở Rộng
| Tên | |
| ID | gnfhjgicleboihbgbpkmanifnbaeanhf |
| URL Chính Thức | https://chromewebstore.google.com/detail/stay-https/gnfhjgicleboihbgbpkmanifnbaeanhf |
| Mô tả | use secure https connection whenever possible |
| Kích Thước Tệp | 19.9 KB |
| Số Lần Cài Đặt | 275 |
| Phiên Bản Hiện Tại | 1.5 |
| Cập Nhật Lần Cuối | 2013-11-23 |
| Ngày Phát Hành | 2013-11-23 |
| Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
| Nhà Phát Triển | https://j.end.as |
| Loại Thanh Toán | free |
| Trang Web Mở Rộng | https://j.end.as/projects/stay-https |
| URL Trang Trợ Giúp | https://j.end.as/projects/stay-https |
| Ngôn Ngữ Được Hỗ Trợ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "stay https",
"version": "1.5",
"manifest_version": 2,
"description": "use secure https connection whenever possible",
"homepage_url": "http:\/\/j.end.as\/projects\/stay-https",
"icons": {
"48": "strict.png"
},
"browser_action": {
"default_icon": "off.png",
"default_title": "stay https",
"default_popup": "popup.html"
},
"incognito": "split",
"permissions": [
"tabs",
"webRequest",
"webRequestBlocking",
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"background": {
"scripts": [
"common.js",
"background.js"
]
}
} | |