Localhost HTTPS -> HTTP

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

ما هو Localhost HTTPS -> HTTP؟

Localhost HTTPS -> HTTP هو إضافة Chrome تم تطويرها بواسطة derks.me.uk، والميزة الرئيسية لها هي "A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Localhost HTTPS -> HTTP

قم بتنزيل ملفات الامتداد Localhost HTTPS -> HTTP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Localhost HTTPS -> HTTP Localhost HTTPS -> HTTP
ID hocpjjhhkgnbpbcikgabgnpfcmaejklp
عنوان URL الرسمي https://chromewebstore.google.com/detail/localhost-https-%3E-http/hocpjjhhkgnbpbcikgabgnpfcmaejklp
الوصف A simple extension aimed at developers, which automatically redirects from HTTPS to HTTP when on localhost
حجم الملف 30.72 KB
عدد التثبيتات 71
النسخة الحالية 1.0.0
آخر تحديث 2023-01-16
تاريخ النشر 2023-01-15
تقييم 5.00/5 مجموع تقييمات 1
المطور derks.me.uk
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://derks.me.uk/
اللغات المدعومة 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"
    ]
}