Dogpile Private Search
Search privately with Dogpile private search.
Τι είναι το Dogpile Private Search;
Το Dogpile Private Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://extension.dogpile.com, και η κύρια λειτουργία του είναι "Search privately with Dogpile private search.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Dogpile Private Search
Λήψη αρχείων επέκτασης Dogpile Private Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Search privately with Dogpile private search. We have built the extension to ensure that it contains no personally identifying information and have removed extension analytics. This extension will change your default search provider, homepage, and new tab settings to direct you to a Dogpile private experience. Only searches established through this extension will be private. Disclaimer: This is a single purpose extension. This is not a proxy server. It does not locally hide your search history. Sites you visit from our search engine results page may log your usage per their site terms and conditions. Further, if requested by court order, records or logs will be made available, to law enforcement and investigative agencies.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Dogpile Private Search |
ID | nklpckeghehienbnedfnkhjalkkebjcm |
Επίσημο URL | https://chromewebstore.google.com/detail/dogpile-private-search/nklpckeghehienbnedfnkhjalkkebjcm |
Περιγραφή | Search privately with Dogpile private search. |
Μέγεθος Αρχείου | 1.05 MB |
Αριθμός Εγκαταστάσεων | 705 |
Τρέχουσα Έκδοση | 1.0.13 |
Τελευταία Ενημέρωση | 2017-03-22 |
Ημερομηνία Δημοσίευσης | 2017-03-22 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://extension.dogpile.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dogpile Private Search", "version": "1.0.13", "manifest_version": 2, "default_locale": "en", "description": "Search privately with Dogpile private search.", "homepage_url": "http:\/\/www.dogpile.com\/", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "persistent": false, "scripts": [ "scripts\/environment.js", "scripts\/background.js" ] }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "is_default": true, "name": "DogpileSearch", "keyword": "DogpileSearch", "favicon_url": "http:\/\/www.dogpile.com\/favicon.ico", "search_url": "http:\/\/www.dogpile.com\/info.dogpl.dla.private\/search\/web?q={searchTerms}" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/www.googleadservices.com https:\/\/xd.inspsearchapi.com https:\/\/csr.test.inspsearchapi.com https:\/\/connect.facebook.net https:\/\/pt.inspsearchapi.com http:\/\/fetch.inspcloud.com http:\/\/localhost:3000 'unsafe-eval'; object-src 'self' 'unsafe-eval'", "web_accessible_resources": [ "images\/*", "fonts\/*", "scripts\/*", "scripts\/**\/*.html", "https:\/\/*.google-analytics.com\/**\/*" ], "permissions": [ "http:\/\/fetch.inspcloud.com\/" ] } |