Force HTTPS

Converts all http urls into https urls

Что такое Force HTTPS?

Force HTTPS - это расширение Chrome, разработанное http://subarctic.org, и его основная функция - "Converts all http urls into https urls".

Скачать файл CRX расширения Force HTTPS

Скачайте файлы расширений Force HTTPS в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Force HTTPS Force HTTPS
ID pdbgaahloehganbgnblipbdfdfmcobjn
Официальный URL https://chrome.google.com/webstore/detail/force-https/pdbgaahloehganbgnblipbdfdfmcobjn
Описание Converts all http urls into https urls
Размер файла 9.28 KB
Количество установок 183
Текущая Версия 1.0.0
Последнее Обновление 2016-01-08
Дата публикации 2016-01-08
Рейтинг 4.00/5 Всего 8 оценок
Разработчик http://subarctic.org
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://jad.subarctic.org/privacy
Поддерживаемые языки 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"
        ]
    }
}