Localhost HTTPS -> HTTP
A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost
What is Localhost HTTPS -> HTTP?
Localhost HTTPS -> HTTP is a Chrome extension developed by derks.me.uk, and its main feature is "A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost".
Extension Screenshots
Download Localhost HTTPS -> HTTP Extension CRX File
Download Localhost HTTPS -> HTTP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Localhost HTTPS -> HTTP |
ID | hocpjjhhkgnbpbcikgabgnpfcmaejklp |
Official URL | 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 |
File Size | 30.72 KB |
Installation Count | 71 |
Current Version | 1.0.0 |
Last Updated | 2023-01-16 |
Publish Date | 2023-01-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | derks.me.uk |
[email protected] | |
Payment Type | free |
Extension Website | https://derks.me.uk/ |
Supported Languages | 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" ] } |