TLS Connection Extension
This extension allows the user to get information of a website.
ما هو TLS Connection Extension؟
TLS Connection Extension هو إضافة Chrome تم تطويرها بواسطة tonyyaoerwen، والميزة الرئيسية لها هي "This extension allows the user to get information of a website.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TLS Connection Extension
قم بتنزيل ملفات الامتداد TLS Connection Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
get all the root certificate of TLS connections with the help of the back-end python code in the cloud server, for imporving the acknowledgement for the user when they visits a webiste.
معلومات أساسية عن التمديد
الاسم | TLS Connection Extension |
ID | dkeljdhelboahlomcocoiapafehkkdmj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/tls-connection-extension/dkeljdhelboahlomcocoiapafehkkdmj |
الوصف | This extension allows the user to get information of a website. |
حجم الملف | 1.64 MB |
عدد التثبيتات | 51 |
النسخة الحالية | 1.0 |
آخر تحديث | 2022-04-04 |
تاريخ النشر | 2022-04-04 |
المطور | tonyyaoerwen |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TLS Connection Extension", "description": "This extension allows the user to get information of a website.", "version": "1.0", "icons": { "16": "\/images\/puppy16.png", "32": "\/images\/puppy.png", "48": "\/images\/puppy48.png", "128": "\/images\/puppy128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/puppy16.png", "32": "\/images\/puppy.png", "48": "\/images\/puppy48.png", "128": "\/images\/puppy128.png" } }, "background": { "service_worker": "background.js", "permissions": true }, "permissions": [ "activeTab" ] } |