SafeSearch
Search with SafeSearch.
O que é SafeSearch?
SafeSearch é uma extensão do Chrome desenvolvida por https://www.safesearch.net, e sua principal característica é "Search with SafeSearch.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SafeSearch
Baixe arquivos de extensão SafeSearch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | SafeSearch |
ID | dofpbgmibkabhhihnomcmmijlkhaeilm |
URL Oficial | https://chromewebstore.google.com/detail/safesearch/dofpbgmibkabhhihnomcmmijlkhaeilm |
Descrição | Search with SafeSearch. |
Tamanho do Arquivo | 29.75 KB |
Contagem de Instalações | 2,069 |
Versão Atual | 2.8.1 |
Última Atualização | 2021-06-29 |
Data de Publicação | 2014-09-16 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | https://www.safesearch.net |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.safesearch.net/privacy |
Idiomas Suportados | 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:\/\/*\/*" ] } |