Force HTTPS
Converts all http urls into https urls
What is Force HTTPS?
Force HTTPS is a Chrome extension developed by http://subarctic.org, and its main feature is "Converts all http urls into https urls".
Download Force HTTPS Extension CRX File
Download Force HTTPS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | pdbgaahloehganbgnblipbdfdfmcobjn |
Official URL | https://chrome.google.com/webstore/detail/force-https/pdbgaahloehganbgnblipbdfdfmcobjn |
Description | Converts all http urls into https urls |
File Size | 9.28 KB |
Installation Count | 183 |
Current Version | 1.0.0 |
Last Updated | 2016-01-08 |
Publish Date | 2016-01-08 |
Rating | 4.00/5 Total 8 Ratings |
Developer | http://subarctic.org |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://jad.subarctic.org/privacy |
Supported Languages | 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" ] } } |