Protected Search

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

Τι είναι το Protected Search;

Το Protected Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Keep your search history private with Protected Search: the anonymous search engine and privacy tool.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Protected Search

Λήψη αρχείων επέκτασης Protected Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Protected Search helps you keep your searches private. 

Adding the Protected Search 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 http://protectedsearch.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 Protected Search.

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Protected Search Protected Search
ID eaekfbngcgbfcjljclgjlodhhifkjijo
Επίσημο URL https://chromewebstore.google.com/detail/protected-search/eaekfbngcgbfcjljclgjlodhhifkjijo
Περιγραφή Keep your search history private with Protected Search: the anonymous search engine and privacy tool.
Μέγεθος Αρχείου 27.14 KB
Αριθμός Εγκαταστάσεων 25
Τρέχουσα Έκδοση 1.3.3
Τελευταία Ενημέρωση 2016-09-15
Ημερομηνία Δημοσίευσης 2016-09-13
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας http://protectedsearch.net/terms
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.3.3",
    "default_locale": "en",
    "homepage_url": "http:\/\/protectedsearch.net",
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": "icons\/icon19.png"
    },
    "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"
    ]
}