SSL to TLS

Replaces the text 'SSL' with 'TLS'.

Cos'è SSL to TLS?

SSL to TLS è un'estensione di Chrome sviluppata da TLS Builders, e la sua funzione principale è "Replaces the text 'SSL' with 'TLS'.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SSL to TLS

Scarica i file di estensione SSL to TLS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome SSL to TLS SSL to TLS
ID ihonobiipipkjdeodacdamhkjobamdam
URL Ufficiale https://chromewebstore.google.com/detail/ssl-to-tls/ihonobiipipkjdeodacdamhkjobamdam
Descrizione Replaces the text 'SSL' with 'TLS'.
Dimensione del File 3.51 KB
Conteggio Installazioni 1,000
Versione Corrente 1.1
Ultimo Aggiornamento 2015-12-17
Data di Pubblicazione 2015-12-17
Valutazione 4.40/5 Totale 5 Valutazioni
Sviluppatore TLS Builders
Tipo di Pagamento free
Sito Web dell'Estensione https://www.tls.builders
Lingue Supportate 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"
        }
    ]
}