SafeSearch
Search with SafeSearch.
Cos'è SafeSearch?
SafeSearch è un'estensione di Chrome sviluppata da https://www.safesearch.net, e la sua funzione principale è "Search with SafeSearch.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SafeSearch
Scarica i file di estensione SafeSearch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Keep your privacy intact installing SafeSearch Extension. SafeSearch protects your privacy by using our search landing page without any trackers. Prevent searches that may be tracked and tied to your personal information. Make your default page a SafeSearch page. The extension will load a search portal on your new tab. You can also easily search for images on Bing or find your favorite windows apps by clicking on the menu on top right in the new tab. The search queries will be redirected to our search partner Microsoft Bing.
Informazioni di Base sull'Estensione
Nome | SafeSearch |
ID | dofpbgmibkabhhihnomcmmijlkhaeilm |
URL Ufficiale | https://chromewebstore.google.com/detail/safesearch/dofpbgmibkabhhihnomcmmijlkhaeilm |
Descrizione | Search with SafeSearch. |
Dimensione del File | 29.75 KB |
Conteggio Installazioni | 2,069 |
Versione Corrente | 2.8.1 |
Ultimo Aggiornamento | 2021-06-29 |
Data di Pubblicazione | 2014-09-16 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | https://www.safesearch.net |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.safesearch.net/privacy |
Lingue Supportate | en |
manifest.json | |
{ "name": "SafeSearch", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "incognito": "split", "description": "Search with SafeSearch.", "homepage_url": "https:\/\/www.safesearch.net\/", "version": "2.8.1", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/www.safesearch.net\/favicon.ico", "is_default": true, "keyword": "SafeSearch", "name": "SafeSearch", "search_url": "https:\/\/www.safesearch.net\/?q={searchTerms}" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |