Force HTTPS for all traffic

This extension will force HTTPS for all outgoing connections.

Was ist Force HTTPS for all traffic?

Force HTTPS for all traffic ist eine Chrome-Erweiterung, die von Piotr Duszyński entwickelt wurde, und ihr Hauptmerkmal ist "This extension will force HTTPS for all outgoing connections.".

Erweiterungsscreenshots

screenshot

Force HTTPS for all traffic-Erweiterungs-CRX-Datei herunterladen

Laden Sie Force HTTPS for all traffic-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Force HTTPS for all traffic Force HTTPS for all traffic
ID dpipdndjcofdfhknlfloeokjiooiojoo
Offizielle URL https://chromewebstore.google.com/detail/force-https-for-all-traff/dpipdndjcofdfhknlfloeokjiooiojoo
Beschreibung This extension will force HTTPS for all outgoing connections.
Dateigröße 68.28 KB
Installationsanzahl 817
Aktuelle Version 1.0
Letztes Update 2019-05-22
Veröffentlichungsdatum 2019-05-19
Entwickler Piotr Duszyński
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://blog.duszynski.eu
Unterstützte Sprachen 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
}