Site Searcher
Easy tool that lets you search related content and similar websites instead of lost content
¿Qué es Site Searcher?
Site Searcher es una extensión de Chrome desarrollada por Eugene Treko, y su función principal es "Easy tool that lets you search related content and similar websites instead of lost content".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Site Searcher
Descarga archivos de extensión Site Searcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | ldjmnjgloogghhkpocikaoibikhebmhm |
URL Oficial | https://chrome.google.com/webstore/detail/site-searcher/ldjmnjgloogghhkpocikaoibikhebmhm |
Descripción | Easy tool that lets you search related content and similar websites instead of lost content |
Tamaño del Archivo | 9.97 KB |
Cantidad de Instalaciones | 90,000 |
Versión Actual | 1.02 |
Última Actualización | 2022-06-27 |
Fecha de Publicación | 2022-06-27 |
Calificación | 4.20/5 Total de 5 Calificaciones |
Desarrollador | Eugene Treko |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://site-searcher.com/ |
URL de la Página de Ayuda | https://site-searcher.com/?a=about |
URL de la Página de Política de Privacidad | https://newpagefinder.com?a=privacy |
Idiomas Soportados | 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:\/\/*\/*" ] } |