stay https

use secure https connection whenever possible

stay https क्या है?

stay https https://j.end.as द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "use secure https connection whenever possible"।

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

screenshot

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

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

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

                        converts all insecure connections to secure ones

features
 * secure browsing whenever possible
 * automatic learning as you browse
 * no external connections or dependencies
 * ignore list

history
 * 1.5 https to http redirect loop detection
 * 1.4 improved redirection handling
 * 1.3 improved user interface
 * 1.2 new user interface
 * 1.1 improved subdomain handling
 * 1.0 stay https first release

for more information and source code see
   http://j.end.as/projects/stay-https                    

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

नाम stay https stay https
ID gnfhjgicleboihbgbpkmanifnbaeanhf
आधिकारिक URL https://chromewebstore.google.com/detail/stay-https/gnfhjgicleboihbgbpkmanifnbaeanhf
विवरण use secure https connection whenever possible
फ़ाइल का आकार 19.9 KB
स्थापना संख्या 275
वर्तमान संस्करण 1.5
अंतिम अपडेट 2013-11-23
प्रकाशन तिथि 2013-11-23
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://j.end.as
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://j.end.as/projects/stay-https
सहायता पृष्ठ URL https://j.end.as/projects/stay-https
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "stay https",
    "version": "1.5",
    "manifest_version": 2,
    "description": "use secure https connection whenever possible",
    "homepage_url": "http:\/\/j.end.as\/projects\/stay-https",
    "icons": {
        "48": "strict.png"
    },
    "browser_action": {
        "default_icon": "off.png",
        "default_title": "stay https",
        "default_popup": "popup.html"
    },
    "incognito": "split",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    }
}