SSL to TLS

Replaces the text 'SSL' with 'TLS'.

ما هو SSL to TLS؟

SSL to TLS هو إضافة Chrome تم تطويرها بواسطة TLS Builders، والميزة الرئيسية لها هي "Replaces the text 'SSL' with 'TLS'.".

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

screenshot

تحميل ملف CRX للإضافة SSL to TLS

قم بتنزيل ملفات الامتداد SSL to TLS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Are you tired of everyone saying "Secure with SSL!" on the Internet?  So are we!

With this handy extension, now you too can tune out all the ill informed websites!  No more Secure Socket Layer!  Hello Transport Layer Security!                    

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

الاسم SSL to TLS SSL to TLS
ID ihonobiipipkjdeodacdamhkjobamdam
عنوان URL الرسمي https://chromewebstore.google.com/detail/ssl-to-tls/ihonobiipipkjdeodacdamhkjobamdam
الوصف Replaces the text 'SSL' with 'TLS'.
حجم الملف 3.51 KB
عدد التثبيتات 1,000
النسخة الحالية 1.1
آخر تحديث 2015-12-17
تاريخ النشر 2015-12-17
تقييم 4.40/5 مجموع تقييمات 5
المطور TLS Builders
نوع الدفع free
موقع الإضافة https://www.tls.builders
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SSL to TLS",
    "version": "1.1",
    "description": "Replaces the text 'SSL' with 'TLS'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}