Force HTTPS (SSL/TLS)

Automatically use HTTPS (SSL/TLS Certificate) on websites.

Τι είναι το Force HTTPS (SSL/TLS);

Το Force HTTPS (SSL/TLS) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον JB, και η κύρια λειτουργία του είναι "Automatically use HTTPS (SSL/TLS Certificate) on websites.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Force HTTPS (SSL/TLS)

Λήψη αρχείων επέκτασης Force HTTPS (SSL/TLS) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        "Force HTTPS (SSL/TLS)" automatically force your broswer to use HTTPS (SSL or TLS) instead of HTTP. HTTPS, also called HTTP over TLS or HTTP over SSL, use the TLS (or SSL, its predecessor) encryption protocol, designed to provide communications security on the network. It protects the data you send and receive through the websites, adding security and keeping your privacy.

By default, "Force HTTPS (SSL/TLS)" will use HTTPS on all the websites, you can disable/enable this easily, anytime, but if you still want to use HTTP on some websites, you can disable HTTPS on a specific domain or even on a specific page. You can switch from HTTPS to HTTP or HTTP to HTTPS anytime on any page or domain.

If you have a problem or want me to add some features, feel free to contact me :)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Force HTTPS (SSL/TLS) Force HTTPS (SSL/TLS)
ID gmcndcpdefigilbgpohccbocjdfeakgl
Επίσημο URL https://chromewebstore.google.com/detail/force-https-ssltls/gmcndcpdefigilbgpohccbocjdfeakgl
Περιγραφή Automatically use HTTPS (SSL/TLS Certificate) on websites.
Μέγεθος Αρχείου 23.24 KB
Αριθμός Εγκαταστάσεων 3,134
Τρέχουσα Έκδοση 1.1.3
Τελευταία Ενημέρωση 2023-12-21
Ημερομηνία Δημοσίευσης 2018-11-12
Αξιολόγηση 3.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής JB
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://sites.google.com/view/force-https
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/force-https
Υποστηριζόμενες Γλώσσες en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.3",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "webNavigation",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js",
            "functions_common.js",
            "strings_common.js"
        ],
        "persistent": true
    },
    "options_page": "page_options.html",
    "browser_action": {
        "default_popup": "page_popup.html",
        "default_icon": {
            "16": "images\/locker_green_16p.png",
            "32": "images\/locker_green_32p.png",
            "48": "images\/locker_green_48p.png",
            "128": "images\/locker_green_128p.png"
        }
    },
    "icons": {
        "16": "images\/locker_green_16p.png",
        "32": "images\/locker_green_32p.png",
        "48": "images\/locker_green_48p.png",
        "128": "images\/locker_green_128p.png"
    },
    "manifest_version": 2
}