Localhost HTTPS -> HTTP

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

Qu'est-ce que Localhost HTTPS -> HTTP ?

Localhost HTTPS -> HTTP est une extension Chrome développée par derks.me.uk, et sa fonction principale est "A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Localhost HTTPS -> HTTP

Téléchargez les fichiers d'extension Localhost HTTPS -> HTTP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Localhost HTTPS -> HTTP Localhost HTTPS -> HTTP
ID hocpjjhhkgnbpbcikgabgnpfcmaejklp
URL Officiel https://chromewebstore.google.com/detail/localhost-https-%3E-http/hocpjjhhkgnbpbcikgabgnpfcmaejklp
Description A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost
Taille du Fichier 30.72 KB
Nombre d'Installations 71
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-01-16
Date de Publication 2023-01-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur derks.me.uk
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://derks.me.uk/
Langues Prises en Charge 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"
    ]
}