SafeSearch On
This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.
O que é SafeSearch On?
SafeSearch On é uma extensão do Chrome desenvolvida por Erich Izdepski, e sua principal característica é "This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SafeSearch On
Baixe arquivos de extensão SafeSearch On 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
This extension will help keep your browsing safe, especially for little kids. After installing, you need to go to the Extensions page (chrome://extensions/), find SafeSearch On, and check the "Allow in incognito" check box to close the huge loophole that DISABLES SafeSearch when in incognito mode.
Informações Básicas da Extensão
Nome | |
ID | mfhiagfolialhfpbpkliabalgopgajdm |
URL Oficial | https://chromewebstore.google.com/detail/safesearch-on/mfhiagfolialhfpbpkliabalgopgajdm |
Descrição | This extension forces a google image or video search to always use SafeSearch, even when using incognito mode. |
Tamanho do Arquivo | 16.61 KB |
Contagem de Instalações | 6,841 |
Versão Atual | 1.0 |
Última Atualização | 2016-01-22 |
Data de Publicação | 2016-01-22 |
Classificação | 4.11/5 Total de 19 Avaliações |
Desenvolvedor | Erich Izdepski |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "name": "SafeSearch On", "description": "This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*.google.com\/search*", "https:\/\/*.google.com\/search*" ] } |