Chrome Protect — Smart Search

Search by Chrome Protect — The Best Way to Search

Chrome Protect — Smart Search क्या है?

Chrome Protect — Smart Search Browser Tools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search by Chrome Protect — The Best Way to Search"।

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

screenshot

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

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

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

                        Chrome Protect offers high quality search results by changing your default search engine.

This extension lets you browse the web and get easy access to search, images, videos and news. This is a single purpose extension.

Some important information for you:

• By clicking on the 'Add to Chrome' button and installing Chrome Protect, you are agreeing to install this extension, with our Privacy Policy and our Terms of Service. 
• By installing, Chrome Protect will change your Chrome’s default search.
• This extension opens Chrome Protect's default search page with quick links to access the most popular sites in a new tab page when you click the extension icon.
• You may remove or disable this extension anytime.
• For our data processing practices we recommend you review our privacy policy available at: https://browseprotect.co/privacy.html
• Review our Terms of Service: https://browseprotect.co/terms.html

Contact us! We’d love to hear from you: [email protected]                    

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

नाम Chrome Protect — Smart Search Chrome Protect — Smart Search
ID mhijjfhmpocbdbjkhcodbllohlobkpko
आधिकारिक URL https://chromewebstore.google.com/detail/chrome-protect-%E2%80%94-smart-se/mhijjfhmpocbdbjkhcodbllohlobkpko
विवरण Search by Chrome Protect — The Best Way to Search
फ़ाइल का आकार 72.84 KB
स्थापना संख्या 2,269
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2021-01-05
प्रकाशन तिथि 2020-01-16
रेटिंग 4.00/5 कुल 6 रेटिंग्स
डेवलपर Browser Tools
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://browseprotect.co
गोपनीयता नीति पृष्ठ URL https://searchwarden.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "name": "Chrome Protect \u2014 Smart Search",
    "version": "1.0.4",
    "author": "BrowseProtect Team",
    "description": "Search by Chrome Protect \u2014 The Best Way to Search",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Chrome Protect \u2014 Smart Search"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/browseprotect.co\/icons\/favicon.png",
            "is_default": true,
            "keyword": "browseprotect",
            "name": "Smart Search",
            "search_url": "https:\/\/browseprotect.co\/?q={searchTerms}&utm_source=chromestore&utm_campaign=chrome&utm_medium=extension"
        }
    }
}