DuckDuckSometimes

Redirect some of your Google searches to DuckDuckGo

ما هو DuckDuckSometimes؟

DuckDuckSometimes هو إضافة Chrome تم تطويرها بواسطة alexander.sideris.west، والميزة الرئيسية لها هي "Redirect some of your Google searches to DuckDuckGo".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة DuckDuckSometimes

قم بتنزيل ملفات الامتداد DuckDuckSometimes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم DuckDuckSometimes DuckDuckSometimes
ID khbjelepmeiljelecnngalpigkjaoaga
عنوان URL الرسمي https://chromewebstore.google.com/detail/duckducksometimes/khbjelepmeiljelecnngalpigkjaoaga
الوصف Redirect some of your Google searches to DuckDuckGo
حجم الملف 65.43 KB
عدد التثبيتات 127
النسخة الحالية 1.0.0
آخر تحديث 2019-09-03
تاريخ النشر 2019-09-03
تقييم 3.00/5 مجموع تقييمات 1
المطور alexander.sideris.west
نوع الدفع free
اللغات المدعومة 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"
}