TLS Connection Extension
This extension allows the user to get information of a website.
Qu'est-ce que TLS Connection Extension ?
TLS Connection Extension est une extension Chrome développée par tonyyaoerwen, et sa fonction principale est "This extension allows the user to get information of a website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TLS Connection Extension
Téléchargez les fichiers d'extension TLS Connection Extension 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
get all the root certificate of TLS connections with the help of the back-end python code in the cloud server, for imporving the acknowledgement for the user when they visits a webiste.
Informations de Base sur l'Extension
Nom | TLS Connection Extension |
ID | dkeljdhelboahlomcocoiapafehkkdmj |
URL Officiel | https://chromewebstore.google.com/detail/tls-connection-extension/dkeljdhelboahlomcocoiapafehkkdmj |
Description | This extension allows the user to get information of a website. |
Taille du Fichier | 1.64 MB |
Nombre d'Installations | 51 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-04-04 |
Date de Publication | 2022-04-04 |
Développeur | tonyyaoerwen |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TLS Connection Extension", "description": "This extension allows the user to get information of a website.", "version": "1.0", "icons": { "16": "\/images\/puppy16.png", "32": "\/images\/puppy.png", "48": "\/images\/puppy48.png", "128": "\/images\/puppy128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/puppy16.png", "32": "\/images\/puppy.png", "48": "\/images\/puppy48.png", "128": "\/images\/puppy128.png" } }, "background": { "service_worker": "background.js", "permissions": true }, "permissions": [ "activeTab" ] } |