Site Searcher
Easy tool that lets you search related content and similar websites instead of lost content
Cos'è Site Searcher?
Site Searcher è un'estensione di Chrome sviluppata da Eugene Treko, e la sua funzione principale è "Easy tool that lets you search related content and similar websites instead of lost content".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Site Searcher
Scarica i file di estensione Site Searcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ldjmnjgloogghhkpocikaoibikhebmhm |
URL Ufficiale | https://chrome.google.com/webstore/detail/site-searcher/ldjmnjgloogghhkpocikaoibikhebmhm |
Descrizione | Easy tool that lets you search related content and similar websites instead of lost content |
Dimensione del File | 9.97 KB |
Conteggio Installazioni | 90,000 |
Versione Corrente | 1.02 |
Ultimo Aggiornamento | 2022-06-27 |
Data di Pubblicazione | 2022-06-27 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | Eugene Treko |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://site-searcher.com/ |
URL della Pagina di Aiuto | https://site-searcher.com/?a=about |
URL della Pagina della Politica sulla Privacy | https://newpagefinder.com?a=privacy |
Lingue Supportate | 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:\/\/*\/*" ] } |