Site Searcher

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

Site Searcher क्या है?

Site Searcher Eugene Treko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy tool that lets you search related content and similar websites instead of lost content"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Site Searcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Site Searcher Site Searcher
ID ldjmnjgloogghhkpocikaoibikhebmhm
आधिकारिक URL https://chrome.google.com/webstore/detail/site-searcher/ldjmnjgloogghhkpocikaoibikhebmhm
विवरण Easy tool that lets you search related content and similar websites instead of lost content
फ़ाइल का आकार 9.97 KB
स्थापना संख्या 90,000
वर्तमान संस्करण 1.02
अंतिम अपडेट 2022-06-27
प्रकाशन तिथि 2022-06-27
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर Eugene Treko
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://site-searcher.com/
सहायता पृष्ठ URL https://site-searcher.com/?a=about
गोपनीयता नीति पृष्ठ URL https://newpagefinder.com?a=privacy
समर्थित भाषाएँ 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:\/\/*\/*"
    ]
}