Croxy Search
This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.
ما هو Croxy Search؟
Croxy Search هو إضافة Chrome تم تطويرها بواسطة https://croxy.io، والميزة الرئيسية لها هي "This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Croxy Search
قم بتنزيل ملفات الامتداد Croxy Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Help you to change default search engine in order to save your private data
معلومات أساسية عن التمديد
الاسم | Croxy Search |
ID | chiiadkfompgkbfehmbclheciipdjjbl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/croxy-search/chiiadkfompgkbfehmbclheciipdjjbl |
الوصف | This search engine extension protects users from being tracked while allowing them to search the web in complete privacy. |
حجم الملف | 11.71 KB |
عدد التثبيتات | 41 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-10-26 |
تاريخ النشر | 2023-10-26 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://croxy.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://croxy.io |
عنوان صفحة سياسة الخصوصية | https://croxy.io/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0", "name": "Croxy Search", "description": "This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.", "action": { "default_title": "Croxy Search", "default_icon": "favicon.png" }, "icons": { "128": "favicon.png" }, "background": { "service_worker": "background.js" }, "chrome_settings_overrides": { "homepage": "https:\/\/croxy.io", "search_provider": { "name": "Croxy", "keyword": "croxy.io", "search_url": "https:\/\/croxy.io\/search?q={searchTerms}", "favicon_url": "https:\/\/croxy.io\/favicon.ico", "suggest_url": "https:\/\/instruments.tds.bid\/search\/suggestions\/?keywords={searchTerms}", "encoding": "UTF-8", "is_default": true }, "startup_pages": [ "https:\/\/croxy.io" ] } } |