Site Searcher

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

Co to jest Site Searcher?

Site Searcher to rozszerzenie Chrome opracowane przez Eugene Treko, a jego główną funkcją jest „Easy tool that lets you search related content and similar websites instead of lost content”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Site Searcher

Pobierz pliki rozszerzeń Site Searcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Site Searcher Site Searcher
ID ldjmnjgloogghhkpocikaoibikhebmhm
Oficjalny URL https://chrome.google.com/webstore/detail/site-searcher/ldjmnjgloogghhkpocikaoibikhebmhm
Opis Easy tool that lets you search related content and similar websites instead of lost content
Rozmiar pliku 9.97 KB
Liczba instalacji 90,000
Aktualna Wersja 1.02
Ostatnia Aktualizacja 2022-06-27
Data Publikacji 2022-06-27
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper Eugene Treko
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://site-searcher.com/
Adres URL Strony Pomocy https://site-searcher.com/?a=about
Adres URL Strony Polityki Prywatności https://newpagefinder.com?a=privacy
Obsługiwane Języki 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:\/\/*\/*"
    ]
}