Force HTTPS for all traffic

This extension will force HTTPS for all outgoing connections.

What is Force HTTPS for all traffic?

Force HTTPS for all traffic is a Chrome extension developed by Piotr Duszyński, and its main feature is "This extension will force HTTPS for all outgoing connections.".

Extension Screenshots

screenshot

Download Force HTTPS for all traffic Extension CRX File

Download Force HTTPS for all traffic 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 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.                    

Extension Basic Information

Name Force HTTPS for all traffic Force HTTPS for all traffic
ID dpipdndjcofdfhknlfloeokjiooiojoo
Official URL https://chromewebstore.google.com/detail/force-https-for-all-traff/dpipdndjcofdfhknlfloeokjiooiojoo
Description This extension will force HTTPS for all outgoing connections.
File Size 68.28 KB
Installation Count 817
Current Version 1.0
Last Updated 2019-05-22
Publish Date 2019-05-19
Developer Piotr Duszyński
Email [email protected]
Payment Type free
Extension Website https://blog.duszynski.eu
Supported Languages 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
}