Smart HTTPS

Automatically changes HTTP protocol to HTTPS, and if loading encounters error, reverts it back to HTTP.

Smart HTTPS क्या है?

Smart HTTPS Lynn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically changes HTTP protocol to HTTPS, and if loading encounters error, reverts it back to HTTP."।

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

screenshot
screenshot
screenshot

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

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

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

                        Smart HTTPS is an extension that helps you always use the secure HTTPS protocol if it is supported by the site's server. 

It automatically changes the HTTP protocol to the secure HTTPS, and if loading errors occur, the extension will revert to the original HTTP protocol.

Key features
a. Automatically change all HTTP requests to the secure HTTPS.
b. All websites (addresses) that do not support HTTPS are remembered to speed up the protocol-check process. Note that you can see and delete these items from the extension's Options page.
c. The toolbar button serves as the extension's ON|OFF switch. Blue indicates ON and Gray is OFF.
d. Add desired websites to the whitelist (see Options page).

Note: to report bugs, please visit the extension homepage (https://mybrowseraddon.com/smart-https.html) and find the bug report form.                    

एक्सटेंशन की मूल जानकारी

नाम Smart HTTPS Smart HTTPS
ID cmleijjdpceldbelpnpkddofmcmcaknm
आधिकारिक URL https://chromewebstore.google.com/detail/smart-https/cmleijjdpceldbelpnpkddofmcmcaknm
विवरण Automatically changes HTTP protocol to HTTPS, and if loading encounters error, reverts it back to HTTP.
फ़ाइल का आकार 110 KB
स्थापना संख्या 15,245
वर्तमान संस्करण 0.3.2
अंतिम अपडेट 2022-04-13
प्रकाशन तिथि 2020-05-20
रेटिंग 4.39/5 कुल 31 रेटिंग्स
डेवलपर Lynn
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/smart-https.html
सहायता पृष्ठ URL https://mybrowseraddon.com/smart-https.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.2",
    "name": "Smart HTTPS",
    "manifest_version": 3,
    "short_name": "smart-https",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/smart-https.html",
    "description": "Automatically changes HTTP protocol to HTTPS, and if loading encounters error, reverts it back to HTTP.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "declarativeNetRequest"
    ],
    "action": {
        "default_title": "Smart HTTPS",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}