Localhost HTTPS -> HTTP

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

Wat is Localhost HTTPS -> HTTP?

Localhost HTTPS -> HTTP is een Chrome-extensie ontwikkeld door derks.me.uk, en de belangrijkste functie is "A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Localhost HTTPS -> HTTP

Download Localhost HTTPS -> HTTP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Localhost HTTPS -> HTTP Localhost HTTPS -> HTTP
ID hocpjjhhkgnbpbcikgabgnpfcmaejklp
Officiële URL https://chromewebstore.google.com/detail/localhost-https-%3E-http/hocpjjhhkgnbpbcikgabgnpfcmaejklp
Beschrijving A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost
Bestandsgrootte 30.72 KB
Aantal Installaties 71
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-01-16
Publicatiedatum 2023-01-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar derks.me.uk
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://derks.me.uk/
Ondersteunde Talen 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"
    ]
}