InPrivateSearch

Always stay anonymous and protected as your search the internet.

InPrivateSearch क्या है?

InPrivateSearch https://inprivatesearch.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Always stay anonymous and protected as your search the internet."।

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

screenshot
screenshot

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

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

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

                        InPrivateSearch: Protecting and securing your online searches

DISCLOSURE: Your searches are redirected to our privacy-protecting search engine at www.inprivacysearch.com

FEATURES:
1. Tracking prevention - By redirecting your searches to our privacy-protecting search engine, companies and other search engines will not be able to track and profile you.
2. Keystroke logging protection - Your keystrokes are not logged in IPS unlike in other search engines.

How to Uninstall:
1. Click on the menu bottom at the top right corner of your browser
2. Choose “Settings” then go on to “Extensions.”
3. Uninstall by click on the trash can icon.                    

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

नाम InPrivateSearch InPrivateSearch
ID objejnoljdifjdpohfjiipnafbkdagln
आधिकारिक URL https://chrome.google.com/webstore/detail/inprivatesearch/objejnoljdifjdpohfjiipnafbkdagln
विवरण Always stay anonymous and protected as your search the internet.
फ़ाइल का आकार 54.87 KB
स्थापना संख्या 21
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2017-03-14
प्रकाशन तिथि 2017-03-14
डेवलपर https://inprivatesearch.com
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.inprivatesearch.com/support
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InPrivateSearch",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Always stay anonymous and protected as your search the internet.",
    "homepage_url": "https:\/\/www.InPrivateSearch.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/",
        "storage",
        "privacy",
        "browsingData",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/protect.js"
            ]
        },
        {
            "matches": [
                "*:\/\/results.inprivatesearch.com\/dynamiclander*"
            ],
            "js": [
                "src\/inject\/jquery.min.js",
                "src\/inject\/event.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/protect.js"
    ]
}