Localhost HTTPS -> HTTP

A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost

Cos'è Localhost HTTPS -> HTTP?

Localhost HTTPS -> HTTP è un'estensione di Chrome sviluppata da derks.me.uk, e la sua funzione principale è "A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Localhost HTTPS -> HTTP

Scarica i file di estensione Localhost HTTPS -> HTTP 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

                        This extension automatically attempts to redirect from HTTPS to HTTP when the user is browsing a site locally (localhost / 127.0.0.1).

The redirection happens when a request cannot be processed due to an error: for example "ERR_SSL_PROTOCOL_ERROR".

The user is also notified whenever a redirection happens.                    

Informazioni di Base sull'Estensione

Nome Localhost HTTPS -> HTTP Localhost HTTPS -> HTTP
ID hocpjjhhkgnbpbcikgabgnpfcmaejklp
URL Ufficiale https://chromewebstore.google.com/detail/localhost-https-%3E-http/hocpjjhhkgnbpbcikgabgnpfcmaejklp
Descrizione A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost
Dimensione del File 30.72 KB
Conteggio Installazioni 71
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-01-16
Data di Pubblicazione 2023-01-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore derks.me.uk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://derks.me.uk/
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "Localhost HTTPS -> HTTP",
    "description": "A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost",
    "icons": {
        "48": "icons\/tabler\/icon_128.png",
        "128": "icons\/tabler\/icon_128.png"
    },
    "background": {
        "service_worker": "main.js",
        "type": "module"
    },
    "permissions": [
        "notifications",
        "webNavigation"
    ]
}