TLS Connection Extension
This extension allows the user to get information of a website.
What is TLS Connection Extension?
TLS Connection Extension is a Chrome extension developed by tonyyaoerwen, and its main feature is "This extension allows the user to get information of a website.".
Extension Screenshots
Download TLS Connection Extension Extension CRX File
Download TLS Connection Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | TLS Connection Extension |
ID | dkeljdhelboahlomcocoiapafehkkdmj |
Official URL | https://chromewebstore.google.com/detail/tls-connection-extension/dkeljdhelboahlomcocoiapafehkkdmj |
Description | This extension allows the user to get information of a website. |
File Size | 1.64 MB |
Installation Count | 51 |
Current Version | 1.0 |
Last Updated | 2022-04-04 |
Publish Date | 2022-04-04 |
Developer | tonyyaoerwen |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |