SearchProtection

Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.

ما هو SearchProtection؟

SearchProtection هو إضافة Chrome تم تطويرها بواسطة http://promo.searchprotection.net، والميزة الرئيسية لها هي "Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SearchProtection

قم بتنزيل ملفات الامتداد SearchProtection بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        SearchProtection helps you keep your searches private. 

Adding the SearchProtection extension to Chrome protects your privacy by detecting searches that could be tracked in a way that can be tied to your personal information and then re-directing you to a private, anonymous results page at SearchProtection.net.

Prevents popular search engines including Google, Bing, Ask, Yahoo and Baidu from tying your personal information to your search history. 

Your privacy is safe with SearchProtection.

End User License Agreement:
http://searchprotection.net/terms                    

معلومات أساسية عن التمديد

الاسم SearchProtection SearchProtection
ID jamjfengjbeohlchphpabndfobnongap
عنوان URL الرسمي https://chrome.google.com/webstore/detail/searchprotection/jamjfengjbeohlchphpabndfobnongap
الوصف Keep your search history private with SearchProtection: the anonymous search engine and privacy tool.
حجم الملف 26.11 KB
عدد التثبيتات 12
النسخة الحالية 1.1.3
آخر تحديث 2016-08-12
تاريخ النشر 2016-08-12
تقييم 1.00/5 مجموع تقييمات 1
المطور http://promo.searchprotection.net
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://searchprotection.net/terms
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.1.3",
    "default_locale": "en_US",
    "homepage_url": "http:\/\/searchprotection.net",
    "background": {
        "persistent": true,
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "src\/inject\/protect.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/",
        "storage",
        "privacy"
    ],
    "web_accessible_resources": [
        "src\/inject\/protect.js",
        "icons\/*.png"
    ]
}