Force HTTPS

Converts all http urls into https urls

什么是Force HTTPS?

Force HTTPS是由http://subarctic.org开发的Chrome扩展程序,该扩展的主要功能是“Converts all http urls into https urls”。

下载Force HTTPS扩展crx文件

下载Force HTTPS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This plugin is similar to the EFF "HTTPS Everywhere" but without any of the features or intelligence. It just converts http urls to https, always.                    

扩展基本信息

名称 Force HTTPS Force HTTPS
ID pdbgaahloehganbgnblipbdfdfmcobjn
官方URL https://chrome.google.com/webstore/detail/force-https/pdbgaahloehganbgnblipbdfdfmcobjn
简介 Converts all http urls into https urls
文件大小 9.28 KB
安装次数 183
当前版本 1.0.0
更新时间 2016-01-08
上架时间 2016-01-08
评分 4.00/5 共8次评分
开发者 http://subarctic.org
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://jad.subarctic.org/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Force HTTPS",
    "description": "Converts all http urls into https urls",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.PNG"
    },
    "permissions": [
        "webNavigation",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}