Force HTTPS

Converts all http urls into https urls

Cos'è Force HTTPS?

Force HTTPS è un'estensione di Chrome sviluppata da http://subarctic.org, e la sua funzione principale è "Converts all http urls into https urls".

Scarica il file CRX dell'estensione Force HTTPS

Scarica i file di estensione Force HTTPS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Force HTTPS Force HTTPS
ID pdbgaahloehganbgnblipbdfdfmcobjn
URL Ufficiale https://chrome.google.com/webstore/detail/force-https/pdbgaahloehganbgnblipbdfdfmcobjn
Descrizione Converts all http urls into https urls
Dimensione del File 9.28 KB
Conteggio Installazioni 183
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-01-08
Data di Pubblicazione 2016-01-08
Valutazione 4.00/5 Totale 8 Valutazioni
Sviluppatore http://subarctic.org
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://jad.subarctic.org/privacy
Lingue Supportate 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"
        ]
    }
}