DuckDuckSometimes
Redirect some of your Google searches to DuckDuckGo
Apa itu DuckDuckSometimes?
DuckDuckSometimes adalah ekstensi Chrome yang dikembangkan oleh alexander.sideris.west, dan fitur utamanya adalah "Redirect some of your Google searches to DuckDuckGo".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DuckDuckSometimes
Unduh file ekstensi DuckDuckSometimes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Quitting Google search doesn't have to be cold turkey. You can contribute to a healthier web by sometimes searching on another search engine like DuckDuckGo. This extension redirects a percentage of your google searches to DuckDuckGo.
Informasi Dasar Ekstensi
Nama | DuckDuckSometimes |
ID | khbjelepmeiljelecnngalpigkjaoaga |
URL Resmi | https://chromewebstore.google.com/detail/duckducksometimes/khbjelepmeiljelecnngalpigkjaoaga |
Deskripsi | Redirect some of your Google searches to DuckDuckGo |
Ukuran File | 65.43 KB |
Jumlah Instalasi | 127 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2019-09-03 |
Tanggal Publikasi | 2019-09-03 |
Penilaian | 3.00/5 Total 1 Penilaian |
Pengembang | alexander.sideris.west |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js", "jquery-3.3.1.min.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content_script.js" ], "matches": [ "*:\/\/*.google.com\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "images\/private.png", "default_title": "DuckDuckSometimes", "default_popup": "popup.html" }, "description": "Redirect some of your Google searches to DuckDuckGo", "icons": { "32": "images\/private.png", "48": "images\/private.png", "128": "images\/private.png" }, "manifest_version": 2, "name": "DuckDuckSometimes", "short_name": "DuckDuckSometimes", "permissions": [ "storage" ], "version": "1.0.0" } |