SSL to TLS
Replaces the text 'SSL' with 'TLS'.
Что такое SSL to TLS?
SSL to TLS - это расширение Chrome, разработанное TLS Builders, и его основная функция - "Replaces the text 'SSL' with 'TLS'.".
Снимки экрана расширения
Скачать файл CRX расширения SSL to TLS
Скачайте файлы расширений SSL to TLS в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Are you tired of everyone saying "Secure with SSL!" on the Internet? So are we! With this handy extension, now you too can tune out all the ill informed websites! No more Secure Socket Layer! Hello Transport Layer Security!
Основная информация о расширении
Название | SSL to TLS |
ID | ihonobiipipkjdeodacdamhkjobamdam |
Официальный URL | https://chromewebstore.google.com/detail/ssl-to-tls/ihonobiipipkjdeodacdamhkjobamdam |
Описание | Replaces the text 'SSL' with 'TLS'. |
Размер файла | 3.51 KB |
Количество установок | 1,000 |
Текущая Версия | 1.1 |
Последнее Обновление | 2015-12-17 |
Дата публикации | 2015-12-17 |
Рейтинг | 4.40/5 Всего 5 оценок |
Разработчик | TLS Builders |
Тип оплаты | free |
Официальный сайт расширения | https://www.tls.builders |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SSL to TLS", "version": "1.1", "description": "Replaces the text 'SSL' with 'TLS'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |