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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Duck Duck Private
قم بتنزيل ملفات الامتداد Duck Duck Private بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The extension allows you to redirect search queries from the DuckDuckGo search engine to Google.
معلومات أساسية عن التمديد
الاسم | 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" } |