Force HTTPS for all traffic

This extension will force HTTPS for all outgoing connections.

ما هو Force HTTPS for all traffic؟

Force HTTPS for all traffic هو إضافة Chrome تم تطويرها بواسطة Piotr Duszyński، والميزة الرئيسية لها هي "This extension will force HTTPS for all outgoing connections.".

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

screenshot

تحميل ملف CRX للإضافة Force HTTPS for all traffic

قم بتنزيل ملفات الامتداد Force HTTPS for all traffic بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension will force HTTPS for all outgoing connections in order to improve users' security.

Note: Be aware that some website might stop working. Unfortunately, this is the price that has to be paid for disabling unencrypted traffic. Consider using a VPN (with DNS forwarding support) to access those pages.                    

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

الاسم Force HTTPS for all traffic Force HTTPS for all traffic
ID dpipdndjcofdfhknlfloeokjiooiojoo
عنوان URL الرسمي https://chromewebstore.google.com/detail/force-https-for-all-traff/dpipdndjcofdfhknlfloeokjiooiojoo
الوصف This extension will force HTTPS for all outgoing connections.
حجم الملف 68.28 KB
عدد التثبيتات 817
النسخة الحالية 1.0
آخر تحديث 2019-05-22
تاريخ النشر 2019-05-19
المطور Piotr Duszyński
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://blog.duszynski.eu
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Force HTTPS for all traffic",
    "short_name": "Force HTTPS",
    "version": "1.0",
    "default_locale": "en",
    "description": "This extension will force HTTPS for all outgoing connections.",
    "homepage_url": "https:\/\/duszynski.eu",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icons8-privacy-16.png",
            "32": "icons\/icons8-privacy-19.png",
            "48": "icons\/icons8-privacy-48.png",
            "128": "icons\/icons8-privacy-100.png"
        }
    },
    "manifest_version": 2
}