stay https

use secure https connection whenever possible

Cos'è stay https?

stay https è un'estensione di Chrome sviluppata da https://j.end.as, e la sua funzione principale è "use secure https connection whenever possible".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione stay https

Scarica i file di estensione stay https in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome stay https stay https
ID gnfhjgicleboihbgbpkmanifnbaeanhf
URL Ufficiale https://chromewebstore.google.com/detail/stay-https/gnfhjgicleboihbgbpkmanifnbaeanhf
Descrizione use secure https connection whenever possible
Dimensione del File 19.9 KB
Conteggio Installazioni 275
Versione Corrente 1.5
Ultimo Aggiornamento 2013-11-23
Data di Pubblicazione 2013-11-23
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://j.end.as
Tipo di Pagamento free
Sito Web dell'Estensione https://j.end.as/projects/stay-https
URL della Pagina di Aiuto https://j.end.as/projects/stay-https
Lingue Supportate 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"
        ]
    }
}