Force HTTPS

Converts all http urls into https urls

Vad är Force HTTPS?

Force HTTPS är en Chrome-tillägg utvecklad av http://subarctic.org, och dess huvudfunktion är "Converts all http urls into https urls".

Ladda ner Force HTTPS-förlängningens CRX-fil

Ladda ner Force HTTPS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Force HTTPS Force HTTPS
ID pdbgaahloehganbgnblipbdfdfmcobjn
Officiell webbadress https://chrome.google.com/webstore/detail/force-https/pdbgaahloehganbgnblipbdfdfmcobjn
Beskrivning Converts all http urls into https urls
Filstorlek 9.28 KB
Antal Installationer 183
Aktuell Version 1.0.0
Senast Uppdaterad 2016-01-08
Publiceringsdatum 2016-01-08
Betyg 4.00/5 Totalt 8 Betyg
Utvecklare http://subarctic.org
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://jad.subarctic.org/privacy
Stödda Språk 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"
        ]
    }
}