Site Searcher

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

Vad är Site Searcher?

Site Searcher är en Chrome-tillägg utvecklad av Eugene Treko, och dess huvudfunktion är "Easy tool that lets you search related content and similar websites instead of lost content".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Site Searcher-förlängningens CRX-fil

Ladda ner Site Searcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Site Searcher Site Searcher
ID ldjmnjgloogghhkpocikaoibikhebmhm
Officiell webbadress https://chrome.google.com/webstore/detail/site-searcher/ldjmnjgloogghhkpocikaoibikhebmhm
Beskrivning Easy tool that lets you search related content and similar websites instead of lost content
Filstorlek 9.97 KB
Antal Installationer 90,000
Aktuell Version 1.02
Senast Uppdaterad 2022-06-27
Publiceringsdatum 2022-06-27
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare Eugene Treko
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://site-searcher.com/
Hjälpsida URL https://site-searcher.com/?a=about
URL till Sekretesspolicy Sidan https://newpagefinder.com?a=privacy
Stödda Språk 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:\/\/*\/*"
    ]
}