Private.sh - Private Search
The search engine that cryptographically protects your privacy.
ما هو Private.sh - Private Search؟
Private.sh - Private Search هو إضافة Chrome تم تطويرها بواسطة Private Search، والميزة الرئيسية لها هي "The search engine that cryptographically protects your privacy.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Private.sh - Private Search
قم بتنزيل ملفات الامتداد Private.sh - Private Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Private.sh is an encrypted proxy-based private search engine without any logging and with auditable code.
معلومات أساسية عن التمديد
الاسم | Private.sh - Private Search |
ID | fcehiiknopcbcdnpakbeipijiiceobnl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/privatesh-private-search/fcehiiknopcbcdnpakbeipijiiceobnl |
الوصف | The search engine that cryptographically protects your privacy. |
حجم الملف | 3.25 MB |
عدد التثبيتات | 560 |
النسخة الحالية | 0.2.0 |
آخر تحديث | 2021-03-09 |
تاريخ النشر | 2019-12-17 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | Private Search |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://private.sh |
عنوان صفحة المساعدة | https://private.sh |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Private.sh - Private Search", "version": "0.2.0", "description": "The search engine that cryptographically protects your privacy.", "icons": { "16": ".\/img\/logo_16px.png", "32": ".\/img\/logo_32px.png", "48": ".\/img\/logo_48px.png", "128": ".\/img\/logo_128px.png" }, "options_page": "\/settings.html", "permissions": [], "optional_permissions": [], "background": { "scripts": [ "extension-background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": ".\/img\/logo_16px.png", "48": ".\/img\/logo_48px.png", "128": ".\/img\/logo_128px.png" }, "default_title": "Private.sh" } } |