Site Searcher

Easy tool that lets you search related content and similar websites instead of lost content

Was ist Site Searcher?

Site Searcher ist eine Chrome-Erweiterung, die von Eugene Treko entwickelt wurde, und ihr Hauptmerkmal ist "Easy tool that lets you search related content and similar websites instead of lost content".

Erweiterungsscreenshots

screenshot
screenshot

Site Searcher-Erweiterungs-CRX-Datei herunterladen

Laden Sie Site Searcher-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Site Searcher Site Searcher
ID ldjmnjgloogghhkpocikaoibikhebmhm
Offizielle URL https://chrome.google.com/webstore/detail/site-searcher/ldjmnjgloogghhkpocikaoibikhebmhm
Beschreibung Easy tool that lets you search related content and similar websites instead of lost content
Dateigröße 9.97 KB
Installationsanzahl 90,000
Aktuelle Version 1.02
Letztes Update 2022-06-27
Veröffentlichungsdatum 2022-06-27
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler Eugene Treko
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://site-searcher.com/
Hilfeseite URL https://site-searcher.com/?a=about
URL der Datenschutzrichtlinien-Seite https://newpagefinder.com?a=privacy
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}