isTrust
Verify the trustability of any website
ما هو isTrust؟
isTrust هو إضافة Chrome تم تطويرها بواسطة Internet Society Belgium، والميزة الرئيسية لها هي "Verify the trustability of any website".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة isTrust
قم بتنزيل ملفات الامتداد isTrust بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A website seems suspicious ? Find out by checking: 🌐 domain 📨 communication 🧬 Open source : https://github.com/Internet-Society-Belgium/isTrust
معلومات أساسية عن التمديد
الاسم | isTrust |
ID | kinlknncggaihnhdcalijdmpbhbflalm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/istrust/kinlknncggaihnhdcalijdmpbhbflalm |
الوصف | Verify the trustability of any website |
حجم الملف | 324 KB |
عدد التثبيتات | 39 |
النسخة الحالية | 3.9.1 |
آخر تحديث | 2022-03-15 |
تاريخ النشر | 2021-10-05 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Internet Society Belgium |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.istrust.org/ |
عنوان صفحة المساعدة | https://github.com/Internet-Society-Belgium/isTrust/issues/new/choose |
عنوان صفحة سياسة الخصوصية | https://www.internetsociety.be/privacy-policy |
اللغات المدعومة | en,fr,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "author": "Internet Society Belgium", "default_locale": "en", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "unlimitedStorage", "alarms", "contextMenus", "geolocation" ], "icons": { "48": "icons\/icon.png", "96": "icons\/[email protected]" }, "background": { "scripts": [ "background\/index.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_scripts\/index.js" ] } ], "browser_action": { "default_popup": "popup\/index.html", "default_title": "__MSG_extension_name__", "default_icon": { "48": "icons\/icon.png", "96": "icons\/[email protected]" } }, "version": "3.9.1" } |