TLS Connection Extension
This extension allows the user to get information of a website.
Apa itu TLS Connection Extension?
TLS Connection Extension adalah ekstensi Chrome yang dikembangkan oleh tonyyaoerwen, dan fitur utamanya adalah "This extension allows the user to get information of a website.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TLS Connection Extension
Unduh file ekstensi TLS Connection Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | TLS Connection Extension |
ID | dkeljdhelboahlomcocoiapafehkkdmj |
URL Resmi | https://chromewebstore.google.com/detail/tls-connection-extension/dkeljdhelboahlomcocoiapafehkkdmj |
Deskripsi | This extension allows the user to get information of a website. |
Ukuran File | 1.64 MB |
Jumlah Instalasi | 51 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-04-04 |
Tanggal Publikasi | 2022-04-04 |
Pengembang | tonyyaoerwen |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |