InPrivateSearch
Always stay anonymous and protected as your search the internet.
ما هو InPrivateSearch؟
InPrivateSearch هو إضافة Chrome تم تطويرها بواسطة https://inprivatesearch.com، والميزة الرئيسية لها هي "Always stay anonymous and protected as your search the internet.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة InPrivateSearch
قم بتنزيل ملفات الامتداد InPrivateSearch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
InPrivateSearch: Protecting and securing your online searches DISCLOSURE: Your searches are redirected to our privacy-protecting search engine at www.inprivacysearch.com FEATURES: 1. Tracking prevention - By redirecting your searches to our privacy-protecting search engine, companies and other search engines will not be able to track and profile you. 2. Keystroke logging protection - Your keystrokes are not logged in IPS unlike in other search engines. How to Uninstall: 1. Click on the menu bottom at the top right corner of your browser 2. Choose “Settings” then go on to “Extensions.” 3. Uninstall by click on the trash can icon.
معلومات أساسية عن التمديد
الاسم | |
ID | objejnoljdifjdpohfjiipnafbkdagln |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/inprivatesearch/objejnoljdifjdpohfjiipnafbkdagln |
الوصف | Always stay anonymous and protected as your search the internet. |
حجم الملف | 54.87 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2017-03-14 |
تاريخ النشر | 2017-03-14 |
المطور | https://inprivatesearch.com |
نوع الدفع | free |
عنوان صفحة المساعدة | https://www.inprivatesearch.com/support |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InPrivateSearch", "version": "1.0.1", "manifest_version": 2, "description": "Always stay anonymous and protected as your search the internet.", "homepage_url": "https:\/\/www.InPrivateSearch.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/", "storage", "privacy", "browsingData", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/protect.js" ] }, { "matches": [ "*:\/\/results.inprivatesearch.com\/dynamiclander*" ], "js": [ "src\/inject\/jquery.min.js", "src\/inject\/event.js" ] } ], "web_accessible_resources": [ "src\/inject\/protect.js" ] } |