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