Force HTTPS

Converts all http urls into https urls

Wat is Force HTTPS?

Force HTTPS is een Chrome-extensie ontwikkeld door http://subarctic.org, en de belangrijkste functie is "Converts all http urls into https urls".

Download het CRX-bestand van de extensie Force HTTPS

Download Force HTTPS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Force HTTPS Force HTTPS
ID pdbgaahloehganbgnblipbdfdfmcobjn
Officiële URL https://chrome.google.com/webstore/detail/force-https/pdbgaahloehganbgnblipbdfdfmcobjn
Beschrijving Converts all http urls into https urls
Bestandsgrootte 9.28 KB
Aantal Installaties 183
Huidige Versie 1.0.0
Laatst Bijgewerkt 2016-01-08
Publicatiedatum 2016-01-08
Beoordeling 4.00/5 Totaal 8 Beoordelingen
Ontwikkelaar http://subarctic.org
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://jad.subarctic.org/privacy
Ondersteunde Talen 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"
        ]
    }
}