Force HTTPS for all traffic
This extension will force HTTPS for all outgoing connections.
什么是Force HTTPS for all traffic?
Force HTTPS for all traffic是由Piotr Duszyński开发的Chrome扩展程序,该扩展的主要功能是“This extension will force HTTPS for all outgoing connections.”。
扩展截图
下载Force HTTPS for all traffic扩展crx文件
下载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 |
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 } |