Conf Search

This Extension will configure your default search to Conf Search. Start by typing a query in the search field.

Conf Search क्या है?

Conf Search https://conf-search.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Extension will configure your default search to Conf Search. Start by typing a query in the search field."।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension will configure your default Search to Conf Search.

Please read following carefully: 
By installing This Extension you agree to change your default Search to Conf Search (conf-search.com)

More Information:
Start by typing preferred search term into the Google Chrome Browser Omni Bar. The Conf Search will check the best search provider that is suitable for query automatically.
For more details you can read about Google Chrome API for Google Chrome Extensions.

To remove the Conf Search extension simply go to Google Chrome 'Settings' page, find the menu for 'Extensions' and under the name Conf Search you will find this extension.
For uninstallation just use 'Remove' button.
For additional information as well as Terms of Services and Privacy 

Policy please check links bellow:
Privacy policy:
https://conf-search.com/privacy/
TermsOfService:
https://conf-search.com/terms/                    

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

नाम Conf Search Conf Search
ID nffflpajbchhcnblnedgbdondpbbhald
आधिकारिक URL https://chromewebstore.google.com/detail/conf-search/nffflpajbchhcnblnedgbdondpbbhald
विवरण This Extension will configure your default search to Conf Search. Start by typing a query in the search field.
फ़ाइल का आकार 93.08 KB
स्थापना संख्या 1,479
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2021-02-17
प्रकाशन तिथि 2021-02-08
रेटिंग 3.92/5 कुल 26 रेटिंग्स
डेवलपर https://conf-search.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://conf-search.com/
सहायता पृष्ठ URL https://conf-search.com/contact/
गोपनीयता नीति पृष्ठ URL https://conf-search.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery-2.2.4.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "image\/16.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/conf-search.com\/favicon.ico",
            "keyword": "Conf Search",
            "name": "Conf Search",
            "search_url": "https:\/\/conf-search.com\/?q={searchTerms}",
            "is_default": true
        }
    },
    "description": "This Extension will configure your default search to Conf Search. Start by typing a query in the search field.",
    "icons": {
        "128": "image\/128.png",
        "64": "image\/64.png",
        "48": "image\/48.png",
        "32": "image\/32.png",
        "16": "image\/16.png"
    },
    "homepage_url": "https:\/\/conf-search.com\/?c=1905",
    "options_ui": {
        "chrome_style": true,
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "manifest_version": 2,
    "name": "Conf Search",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "https:\/\/conf-search.com\/*",
        "https:\/\/conf-search.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}