Site Searcher
Easy tool that lets you search related content and similar websites instead of lost content
O que é Site Searcher?
Site Searcher é uma extensão do Chrome desenvolvida por Eugene Treko, e sua principal característica é "Easy tool that lets you search related content and similar websites instead of lost content".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Site Searcher
Baixe arquivos de extensão Site Searcher 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
If you want to improve your browsing it's easier to do with Site Searcher. Get useful suggestions of related websites that are similar to the one that you're unable to reach. If the site you were looking for wasn't found and the web address is missing Site Searcher will suggest similar websites. Recommended content will be instantly suggested instead of a standard 404 error page that the browser loads when your website wasn't found. With Site Searcher it's easier to continue browsing without interruption.
Informações Básicas da Extensão
Nome | |
ID | ldjmnjgloogghhkpocikaoibikhebmhm |
URL Oficial | https://chrome.google.com/webstore/detail/site-searcher/ldjmnjgloogghhkpocikaoibikhebmhm |
Descrição | Easy tool that lets you search related content and similar websites instead of lost content |
Tamanho do Arquivo | 9.97 KB |
Contagem de Instalações | 90,000 |
Versão Atual | 1.02 |
Última Atualização | 2022-06-27 |
Data de Publicação | 2022-06-27 |
Classificação | 4.20/5 Total de 5 Avaliações |
Desenvolvedor | Eugene Treko |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://site-searcher.com/ |
URL da Página de Ajuda | https://site-searcher.com/?a=about |
URL da Página de Política de Privacidade | https://newpagefinder.com?a=privacy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Leon Vojcech", "name": "Site Searcher", "short_name": "Site Searcher", "homepage_url": "https:\/\/site-searcher.com\/", "description": "Easy tool that lets you search related content and similar websites instead of lost content", "version": "1.02", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |