Site Searcher
Easy tool that lets you search related content and similar websites instead of lost content
Qu'est-ce que Site Searcher ?
Site Searcher est une extension Chrome développée par Eugene Treko, et sa fonction principale est "Easy tool that lets you search related content and similar websites instead of lost content".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Site Searcher
Téléchargez les fichiers d'extension Site Searcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ldjmnjgloogghhkpocikaoibikhebmhm |
URL Officiel | https://chrome.google.com/webstore/detail/site-searcher/ldjmnjgloogghhkpocikaoibikhebmhm |
Description | Easy tool that lets you search related content and similar websites instead of lost content |
Taille du Fichier | 9.97 KB |
Nombre d'Installations | 90,000 |
Version Actuelle | 1.02 |
Dernière Mise à Jour | 2022-06-27 |
Date de Publication | 2022-06-27 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | Eugene Treko |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://site-searcher.com/ |
URL de la Page d'Aide | https://site-searcher.com/?a=about |
URL de la Page de Politique de Confidentialité | https://newpagefinder.com?a=privacy |
Langues Prises en Charge | 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:\/\/*\/*" ] } |