TLS Connection Extension

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

Что такое TLS Connection Extension?

TLS Connection Extension - это расширение Chrome, разработанное tonyyaoerwen, и его основная функция - "This extension allows the user to get information of a website.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения TLS Connection Extension

Скачайте файлы расширений TLS Connection Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название TLS Connection Extension TLS Connection Extension
ID dkeljdhelboahlomcocoiapafehkkdmj
Официальный URL https://chromewebstore.google.com/detail/tls-connection-extension/dkeljdhelboahlomcocoiapafehkkdmj
Описание This extension allows the user to get information of a website.
Размер файла 1.64 MB
Количество установок 51
Текущая Версия 1.0
Последнее Обновление 2022-04-04
Дата публикации 2022-04-04
Разработчик tonyyaoerwen
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}