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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SearchProtection
Λήψη αρχείων επέκτασης SearchProtection σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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 |
URL της Σελίδας Πολιτικής Απορρήτου | 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" ] } |