Force HTTPS

Converts all http urls into https urls

Co to jest Force HTTPS?

Force HTTPS to rozszerzenie Chrome opracowane przez http://subarctic.org, a jego główną funkcją jest „Converts all http urls into https urls”.

Pobierz plik CRX rozszerzenia Force HTTPS

Pobierz pliki rozszerzeń Force HTTPS w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Force HTTPS Force HTTPS
ID pdbgaahloehganbgnblipbdfdfmcobjn
Oficjalny URL https://chrome.google.com/webstore/detail/force-https/pdbgaahloehganbgnblipbdfdfmcobjn
Opis Converts all http urls into https urls
Rozmiar pliku 9.28 KB
Liczba instalacji 183
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2016-01-08
Data Publikacji 2016-01-08
Ocena 4.00/5 Łącznie 8 Oceny
Deweloper http://subarctic.org
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://jad.subarctic.org/privacy
Obsługiwane Języki 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"
        ]
    }
}