Presearch.com Search With Us

Set your browser's default search to use Presearch.com

Presearch.com Search With Us क्या है?

Presearch.com Search With Us https://presearch.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set your browser's default search to use Presearch.com"।

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

screenshot

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

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

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

                        Allows users to search Presearch.com using the browser's address bar.                    

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

नाम Presearch.com Search With Us Presearch.com Search With Us
ID inpoelmimmiplkcldmdljiboidfkcfbh
आधिकारिक URL https://chromewebstore.google.com/detail/presearchcom-search-with/inpoelmimmiplkcldmdljiboidfkcfbh
विवरण Set your browser's default search to use Presearch.com
फ़ाइल का आकार 19.4 KB
स्थापना संख्या 129,668
वर्तमान संस्करण 1.8
अंतिम अपडेट 2023-09-04
प्रकाशन तिथि 2019-03-27
रेटिंग 4.36/5 कुल 154 रेटिंग्स
डेवलपर https://presearch.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Presearch.com Search With Us",
    "description": "Set your browser's default search to use Presearch.com",
    "version": "1.8",
    "homepage_url": "https:\/\/www.presearch.com\/?utm_source=extcr",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.presearch.com\/*"
            ],
            "js": [
                "assets\/send-message.js"
            ]
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Presearch",
            "keyword": "Presearch.com",
            "search_url": "https:\/\/presearch.com\/extsearch?term={searchTerms}",
            "favicon_url": "https:\/\/www.presearch.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true,
            "suggest_url": "https:\/\/presearch.com\/api\/suggest?q={searchTerms}"
        }
    }
}