Force HTTPS

Converts all http urls into https urls

Qu'est-ce que Force HTTPS ?

Force HTTPS est une extension Chrome développée par http://subarctic.org, et sa fonction principale est "Converts all http urls into https urls".

Télécharger le fichier CRX de l'extension Force HTTPS

Téléchargez les fichiers d'extension Force HTTPS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Force HTTPS Force HTTPS
ID pdbgaahloehganbgnblipbdfdfmcobjn
URL Officiel https://chrome.google.com/webstore/detail/force-https/pdbgaahloehganbgnblipbdfdfmcobjn
Description Converts all http urls into https urls
Taille du Fichier 9.28 KB
Nombre d'Installations 183
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-01-08
Date de Publication 2016-01-08
Évaluation 4.00/5 Total 8 Évaluations
Développeur http://subarctic.org
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://jad.subarctic.org/privacy
Langues Prises en Charge 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"
        ]
    }
}