SSL to TLS

Replaces the text 'SSL' with 'TLS'.

Co to jest SSL to TLS?

SSL to TLS to rozszerzenie Chrome opracowane przez TLS Builders, a jego główną funkcją jest „Replaces the text 'SSL' with 'TLS'.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SSL to TLS

Pobierz pliki rozszerzeń SSL to TLS 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

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa SSL to TLS SSL to TLS
ID ihonobiipipkjdeodacdamhkjobamdam
Oficjalny URL https://chromewebstore.google.com/detail/ssl-to-tls/ihonobiipipkjdeodacdamhkjobamdam
Opis Replaces the text 'SSL' with 'TLS'.
Rozmiar pliku 3.51 KB
Liczba instalacji 1,000
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-12-17
Data Publikacji 2015-12-17
Ocena 4.40/5 Łącznie 5 Oceny
Deweloper TLS Builders
Typ Płatności free
Strona Rozszerzenia https://www.tls.builders
Obsługiwane Języki 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"
        }
    ]
}