Localhost HTTPS -> HTTP

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

O que é Localhost HTTPS -> HTTP?

Localhost HTTPS -> HTTP é uma extensão do Chrome desenvolvida por derks.me.uk, e sua principal característica é "A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Localhost HTTPS -> HTTP

Baixe arquivos de extensão Localhost HTTPS -> HTTP no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Localhost HTTPS -> HTTP Localhost HTTPS -> HTTP
ID hocpjjhhkgnbpbcikgabgnpfcmaejklp
URL Oficial https://chromewebstore.google.com/detail/localhost-https-%3E-http/hocpjjhhkgnbpbcikgabgnpfcmaejklp
Descrição A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost
Tamanho do Arquivo 30.72 KB
Contagem de Instalações 71
Versão Atual 1.0.0
Última Atualização 2023-01-16
Data de Publicação 2023-01-15
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor derks.me.uk
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://derks.me.uk/
Idiomas Suportados 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"
    ]
}