SSL to TLS
Replaces the text 'SSL' with 'TLS'.
Qu'est-ce que SSL to TLS ?
SSL to TLS est une extension Chrome développée par TLS Builders, et sa fonction principale est "Replaces the text 'SSL' with 'TLS'.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SSL to TLS
Téléchargez les fichiers d'extension SSL to TLS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | SSL to TLS |
ID | ihonobiipipkjdeodacdamhkjobamdam |
URL Officiel | https://chromewebstore.google.com/detail/ssl-to-tls/ihonobiipipkjdeodacdamhkjobamdam |
Description | Replaces the text 'SSL' with 'TLS'. |
Taille du Fichier | 3.51 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-12-17 |
Date de Publication | 2015-12-17 |
Évaluation | 4.40/5 Total 5 Évaluations |
Développeur | TLS Builders |
Type de Paiement | free |
Site Web de l'Extension | https://www.tls.builders |
Langues Prises en Charge | 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" } ] } |