TLS Connection Extension

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

TLS Connection Extension क्या है?

TLS Connection Extension tonyyaoerwen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows the user to get information of a website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TLS Connection Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}