Duck Duck Private

The extension allows you to redirect requests to the Google search engine.

Duck Duck Private क्या है?

Duck Duck Private duckduckprivate द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension allows you to redirect requests to the Google search engine."।

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

screenshot
screenshot

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

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

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

                        The extension allows you to redirect search queries from the DuckDuckGo search engine to Google.                    

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

नाम Duck Duck Private Duck Duck Private
ID gdngaleeolacajdmmfdbebdhojampnjo
आधिकारिक URL https://chromewebstore.google.com/detail/duck-duck-private/gdngaleeolacajdmmfdbebdhojampnjo
विवरण The extension allows you to redirect requests to the Google search engine.
फ़ाइल का आकार 14 KB
स्थापना संख्या 938
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-02-17
प्रकाशन तिथि 2021-02-17
डेवलपर duckduckprivate
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/duckduckgo.com\/*"
    ],
    "short_name": "__MSG_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}