SSL to TLS
Replaces the text 'SSL' with 'TLS'.
Apa itu SSL to TLS?
SSL to TLS adalah ekstensi Chrome yang dikembangkan oleh TLS Builders, dan fitur utamanya adalah "Replaces the text 'SSL' with 'TLS'.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SSL to TLS
Unduh file ekstensi SSL to TLS dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | SSL to TLS |
ID | ihonobiipipkjdeodacdamhkjobamdam |
URL Resmi | https://chromewebstore.google.com/detail/ssl-to-tls/ihonobiipipkjdeodacdamhkjobamdam |
Deskripsi | Replaces the text 'SSL' with 'TLS'. |
Ukuran File | 3.51 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2015-12-17 |
Tanggal Publikasi | 2015-12-17 |
Penilaian | 4.40/5 Total 5 Penilaian |
Pengembang | TLS Builders |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.tls.builders |
Bahasa yang Didukung | 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" } ] } |