TLS Connection Extension

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

Co to jest TLS Connection Extension?

TLS Connection Extension to rozszerzenie Chrome opracowane przez tonyyaoerwen, a jego główną funkcją jest „This extension allows the user to get information of a website.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia TLS Connection Extension

Pobierz pliki rozszerzeń TLS Connection Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa TLS Connection Extension TLS Connection Extension
ID dkeljdhelboahlomcocoiapafehkkdmj
Oficjalny URL https://chromewebstore.google.com/detail/tls-connection-extension/dkeljdhelboahlomcocoiapafehkkdmj
Opis This extension allows the user to get information of a website.
Rozmiar pliku 1.64 MB
Liczba instalacji 51
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-04-04
Data Publikacji 2022-04-04
Deweloper tonyyaoerwen
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}