Force HTTPS for all traffic

This extension will force HTTPS for all outgoing connections.

Hvad er Force HTTPS for all traffic?

Force HTTPS for all traffic er en Chrome-udvidelse udviklet af Piotr Duszyński, og dens hovedfunktion er "This extension will force HTTPS for all outgoing connections.".

Udvidelsesskærmbilleder

screenshot

Download Force HTTPS for all traffic-udvidelses-CRX-fil

Download Force HTTPS for all traffic-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Force HTTPS for all traffic Force HTTPS for all traffic
ID dpipdndjcofdfhknlfloeokjiooiojoo
Officiel URL https://chromewebstore.google.com/detail/force-https-for-all-traff/dpipdndjcofdfhknlfloeokjiooiojoo
Beskrivelse This extension will force HTTPS for all outgoing connections.
Filstørrelse 68.28 KB
Antal Installationer 817
Nuværende Version 1.0
Senest Opdateret 2019-05-22
Udgivelsesdato 2019-05-19
Udvikler Piotr Duszyński
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://blog.duszynski.eu
Understøttede Sprog 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
}