SSL to TLS

Replaces the text 'SSL' with 'TLS'.

What is SSL to TLS?

SSL to TLS is a Chrome extension developed by TLS Builders, and its main feature is "Replaces the text 'SSL' with 'TLS'.".

Extension Screenshots

screenshot

Download SSL to TLS Extension CRX File

Download SSL to TLS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name SSL to TLS SSL to TLS
ID ihonobiipipkjdeodacdamhkjobamdam
Official URL https://chromewebstore.google.com/detail/ssl-to-tls/ihonobiipipkjdeodacdamhkjobamdam
Description Replaces the text 'SSL' with 'TLS'.
File Size 3.51 KB
Installation Count 1,000
Current Version 1.1
Last Updated 2015-12-17
Publish Date 2015-12-17
Rating 4.40/5 Total 5 Ratings
Developer TLS Builders
Payment Type free
Extension Website https://www.tls.builders
Supported Languages 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"
        }
    ]
}