Duck Duck Private
The extension allows you to redirect requests to the Google search engine.
Vad är Duck Duck Private?
Duck Duck Private är en Chrome-tillägg utvecklad av duckduckprivate, och dess huvudfunktion är "The extension allows you to redirect requests to the Google search engine.".
Tilläggsskärmbilder
Ladda ner Duck Duck Private-förlängningens CRX-fil
Ladda ner Duck Duck Private-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The extension allows you to redirect search queries from the DuckDuckGo search engine to Google.
Grundläggande Information om Tillägg
Namn | Duck Duck Private |
ID | gdngaleeolacajdmmfdbebdhojampnjo |
Officiell webbadress | https://chromewebstore.google.com/detail/duck-duck-private/gdngaleeolacajdmmfdbebdhojampnjo |
Beskrivning | The extension allows you to redirect requests to the Google search engine. |
Filstorlek | 14 KB |
Antal Installationer | 938 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2021-02-17 |
Publiceringsdatum | 2021-02-17 |
Utvecklare | duckduckprivate |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |