TLS Connection Extension

This extension allows the user to get information of a website.

¿Qué es TLS Connection Extension?

TLS Connection Extension es una extensión de Chrome desarrollada por tonyyaoerwen, y su función principal es "This extension allows the user to get information of a website.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión TLS Connection Extension

Descarga archivos de extensión TLS Connection Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre TLS Connection Extension TLS Connection Extension
ID dkeljdhelboahlomcocoiapafehkkdmj
URL Oficial https://chromewebstore.google.com/detail/tls-connection-extension/dkeljdhelboahlomcocoiapafehkkdmj
Descripción This extension allows the user to get information of a website.
Tamaño del Archivo 1.64 MB
Cantidad de Instalaciones 51
Versión Actual 1.0
Última Actualización 2022-04-04
Fecha de Publicación 2022-04-04
Desarrollador tonyyaoerwen
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}