TLS Connection Extension
This extension allows the user to get information of a website.
O que é TLS Connection Extension?
TLS Connection Extension é uma extensão do Chrome desenvolvida por tonyyaoerwen, e sua principal característica é "This extension allows the user to get information of a website.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TLS Connection Extension
Baixe arquivos de extensão TLS Connection Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | TLS Connection Extension |
ID | dkeljdhelboahlomcocoiapafehkkdmj |
URL Oficial | https://chromewebstore.google.com/detail/tls-connection-extension/dkeljdhelboahlomcocoiapafehkkdmj |
Descrição | This extension allows the user to get information of a website. |
Tamanho do Arquivo | 1.64 MB |
Contagem de Instalações | 51 |
Versão Atual | 1.0 |
Última Atualização | 2022-04-04 |
Data de Publicação | 2022-04-04 |
Desenvolvedor | tonyyaoerwen |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |