TLS Connection Extension
This extension allows the user to get information of a website.
Cos'è TLS Connection Extension?
TLS Connection Extension è un'estensione di Chrome sviluppata da tonyyaoerwen, e la sua funzione principale è "This extension allows the user to get information of a website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TLS Connection Extension
Scarica i file di estensione TLS Connection Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | dkeljdhelboahlomcocoiapafehkkdmj |
| URL Ufficiale | https://chromewebstore.google.com/detail/tls-connection-extension/dkeljdhelboahlomcocoiapafehkkdmj |
| Descrizione | This extension allows the user to get information of a website. |
| Dimensione del File | 1.64 MB |
| Conteggio Installazioni | 51 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2022-04-04 |
| Data di Pubblicazione | 2022-04-04 |
| Sviluppatore | tonyyaoerwen |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |