Duck Duck Private

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

Duck Duck Privateคืออะไร?

Duck Duck Private เป็นส่วนขยายของ Chrome ที่พัฒนาโดย duckduckprivate และคุณลักษณะหลักของมันคือ "The extension allows you to redirect requests to the Google search engine."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Duck Duck Private

ดาวน์โหลดไฟล์ส่วนขยาย Duck Duck Private ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}