Site Searcher
Easy tool that lets you search related content and similar websites instead of lost content
Wat is Site Searcher?
Site Searcher is een Chrome-extensie ontwikkeld door Eugene Treko, en de belangrijkste functie is "Easy tool that lets you search related content and similar websites instead of lost content".
Extensie Screenshots
Download het CRX-bestand van de extensie Site Searcher
Download Site Searcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ldjmnjgloogghhkpocikaoibikhebmhm |
Officiële URL | https://chrome.google.com/webstore/detail/site-searcher/ldjmnjgloogghhkpocikaoibikhebmhm |
Beschrijving | Easy tool that lets you search related content and similar websites instead of lost content |
Bestandsgrootte | 9.97 KB |
Aantal Installaties | 90,000 |
Huidige Versie | 1.02 |
Laatst Bijgewerkt | 2022-06-27 |
Publicatiedatum | 2022-06-27 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Eugene Treko |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://site-searcher.com/ |
Help Pagina-URL | https://site-searcher.com/?a=about |
URL van de Privacybeleid Pagina | https://newpagefinder.com?a=privacy |
Ondersteunde Talen | 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:\/\/*\/*" ] } |