DuckDuckSometimes

Redirect some of your Google searches to DuckDuckGo

Wat is DuckDuckSometimes?

DuckDuckSometimes is een Chrome-extensie ontwikkeld door alexander.sideris.west, en de belangrijkste functie is "Redirect some of your Google searches to DuckDuckGo".

Extensie Screenshots

Download het CRX-bestand van de extensie DuckDuckSometimes

Download DuckDuckSometimes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DuckDuckSometimes DuckDuckSometimes
ID khbjelepmeiljelecnngalpigkjaoaga
Officiële URL https://chromewebstore.google.com/detail/duckducksometimes/khbjelepmeiljelecnngalpigkjaoaga
Beschrijving Redirect some of your Google searches to DuckDuckGo
Bestandsgrootte 65.43 KB
Aantal Installaties 127
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-09-03
Publicatiedatum 2019-09-03
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar alexander.sideris.west
Betalingswijze free
Ondersteunde Talen 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"
}