SSL to TLS
Replaces the text 'SSL' with 'TLS'.
Wat is SSL to TLS?
SSL to TLS is een Chrome-extensie ontwikkeld door TLS Builders, en de belangrijkste functie is "Replaces the text 'SSL' with 'TLS'.".
Extensie Screenshots
Download het CRX-bestand van de extensie SSL to TLS
Download SSL to TLS-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | SSL to TLS |
ID | ihonobiipipkjdeodacdamhkjobamdam |
Officiële URL | https://chromewebstore.google.com/detail/ssl-to-tls/ihonobiipipkjdeodacdamhkjobamdam |
Beschrijving | Replaces the text 'SSL' with 'TLS'. |
Bestandsgrootte | 3.51 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2015-12-17 |
Publicatiedatum | 2015-12-17 |
Beoordeling | 4.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | TLS Builders |
Betalingswijze | free |
Extensiewebsite | https://www.tls.builders |
Ondersteunde Talen | 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" } ] } |